h2200-bootloader: fix for mtd being built into kernel again
authorPaul Eggleton <bluelightning@bluelightning.org>
Wed, 27 May 2009 21:45:32 +0000 (22:45 +0100)
committerPaul Eggleton <bluelightning@bluelightning.org>
Wed, 27 May 2009 21:45:32 +0000 (22:45 +0100)
recipes/h2200-bootloader/h2200-bootloader.bb

index 5db3cd0..69214c7 100644 (file)
@@ -1,7 +1,6 @@
 DESCRIPTION = "Bootloader firmware extractor for the h2200 iPAQ"
-RRECOMMENDS_${PN} = "kernel-module-mtdblock"
 ALLOW_EMPTY = "1"
-PR = "r3"
+PR = "r4"
 
 COMPATIBLE_MACHINE = "h2200"
 #it is a shell script, but lets protect the innocent some more
@@ -10,6 +9,5 @@ PACKAGE_ARCH = "h2200"
 pkg_postinst() {
 #!/bin/sh
 mkdir -p /lib/firmware
-modprobe mtdblock
 dd if=/dev/mtdblock0 of=/lib/firmware/h2200_bootloader.bin 2>/dev/null
 }