diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-05-28 10:09:40 +0200 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-05-28 10:09:40 +0200 |
commit | cc2eccd9c67c534a3fb8184148d57a5d22540217 (patch) | |
tree | 2494e4456c50ea8787544343954c67f66c96f6c0 /recipes/h2200-bootloader/h2200-bootloader.bb | |
parent | 99dd85f176d8dbc1f81ed96b8bd2409ba3dbcd32 (diff) | |
parent | 3c4e35bd4385607d581734014b3857467292abad (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/h2200-bootloader/h2200-bootloader.bb')
-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 } |