diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2009-06-17 00:33:32 +0200 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2009-06-17 16:09:53 +0200 |
commit | 8779f29c75011c91a68b0656a98f7efbe29f890e (patch) | |
tree | c680d8b2c815def8a28842eff1c3be10c58db81e /conf/machine/micro2440.conf | |
parent | 5506b043a61e03ead50e5e925853b48d2faef18c (diff) |
mini2440.conf, micro2440.conf: Pull wifi firmware into images.
Diffstat (limited to 'conf/machine/micro2440.conf')
-rw-r--r-- | conf/machine/micro2440.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/micro2440.conf b/conf/machine/micro2440.conf index 24ec36d9e4..0df87f81bf 100644 --- a/conf/machine/micro2440.conf +++ b/conf/machine/micro2440.conf @@ -31,6 +31,7 @@ SERIAL_CONSOLE = "115200 ttySAC0" IMAGE_FSTYPES = "jffs2 tar.gz" MACHINE_FEATURES = "kernel26 touchscreen screen usbhost usbgadget sound alsa ethernet mmc mmcroot i2c spi" +MACHINE_EXTRA_RDEPENDS = "rt73-firmware" require conf/machine/include/tune-arm920t.inc |