require linux-opendreambox-2.6.18.inc PR="${PR_INC}.0" RDEPENDS += "dreambox-secondstage (>=83)" SRC_URI += "\ file://linux-2.6.18-disable-unneeded-uarts.patch;patch=1 \ file://linux-2.6.18-use-full-flash.patch;patch=1 \ " pkg_preinst_kernel-image_dm8000 () { if [ -z "$D" ]; then mountpoint -q /boot && mount -o rw,remount /boot; if grep -q '^mtd3: 03c00000 ' /proc/mtd && ! grep -q '^legacy_flash_mapping=' /boot/secondstage.conf; then echo "enable legacy flash mapping in secondstage.conf"; echo "legacy_flash_mapping=1;" >> /boot/secondstage.conf; fi; fi; }