diff options
author | Rod Whitby <rod@whitby.id.au> | 2006-08-31 09:01:11 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2006-08-31 09:01:11 +0000 |
commit | a66e335af3b00314653ee60758bc539530a534db (patch) | |
tree | 9b85edc04659cf290d8fca7eb815d8aaaa70f9e6 | |
parent | 189b3f41eecd14a0872ee578c5f631563735ffb4 (diff) | |
parent | d710ae5a50fe6b2983ce2d9e41d295f79e55a7a2 (diff) |
merge of 161a8c075ec09047e5e84ebf3c65a9596839049b
and c954e41597bfbf7a994300bef7b6f3f54127adaf
-rw-r--r-- | packages/h2200-bootloader/h2200-bootloader.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/h2200-bootloader/h2200-bootloader.bb b/packages/h2200-bootloader/h2200-bootloader.bb index eb36cd50d6..376e34d7cc 100644 --- a/packages/h2200-bootloader/h2200-bootloader.bb +++ b/packages/h2200-bootloader/h2200-bootloader.bb @@ -3,6 +3,10 @@ ALLOW_EMPTY = "1" MAINTAINER = "Koen Kooi <koen@linuxtogo.org>" PR="r2" +COMPATIBLE_MACHINE = "h2200" +#it is a shell script, but lets protect the innocent some more +PACKAGE_ARCH = "h2200" + pkg_postinst() { #!/bin/sh mkdir -p /lib/firmware |