diff options
author | Paul Eggleton <bluelightning@bluelightning.org> | 2009-05-27 22:45:32 +0100 |
---|---|---|
committer | Paul Eggleton <bluelightning@bluelightning.org> | 2009-05-27 22:45:32 +0100 |
commit | 477ee8ab9763beb1fb1e73a06f49d59bbdd2dfcb (patch) | |
tree | 792d33072bc8ac90f3a1b1be9a9c930388f2547f /recipes/h2200-bootloader | |
parent | 9e3fda07e7f0726c19ebf4ad3c050c6621b686a1 (diff) |
h2200-bootloader: fix for mtd being built into kernel again
Diffstat (limited to 'recipes/h2200-bootloader')
-rw-r--r-- | recipes/h2200-bootloader/h2200-bootloader.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes/h2200-bootloader/h2200-bootloader.bb b/recipes/h2200-bootloader/h2200-bootloader.bb index 5db3cd058d..69214c76f2 100644 --- a/recipes/h2200-bootloader/h2200-bootloader.bb +++ b/recipes/h2200-bootloader/h2200-bootloader.bb @@ -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 } |