diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2012-03-02 15:43:29 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-03-16 22:35:42 +0100 |
commit | 3911c7bc8ebfffe750ee54138f63221530c1865d (patch) | |
tree | 0e9f180aeba33c9677f4d5b4ba7cc47d2aa126a4 /package/linux-firmware | |
parent | 9ec29c8acc4827d831640f807bb7212072998e0a (diff) | |
download | buildroot-novena-3911c7bc8ebfffe750ee54138f63221530c1865d.tar.gz buildroot-novena-3911c7bc8ebfffe750ee54138f63221530c1865d.zip |
linux-firmware: update definition for atheros ar9271
ar9271.fw is the old convention for the firmware.
Starting with kernel 3.0 the new convention is htc_9271.fw which is a
newer version of the firmware so symlinking won't do it and there are no
guarantees that the newer firmware will work with the older driver
either.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Acked-by: Alexandre Pereira da Silva <aletes.xgr@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/linux-firmware')
-rw-r--r-- | package/linux-firmware/linux-firmware.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/linux-firmware/linux-firmware.mk b/package/linux-firmware/linux-firmware.mk index eedef2f78..8d1dd000b 100644 --- a/package/linux-firmware/linux-firmware.mk +++ b/package/linux-firmware/linux-firmware.mk @@ -23,7 +23,7 @@ LINUX_FIRMWARE_FILES_$(BR2_PACKAGE_LINUX_FIRMWARE_RALINK_RT2XX) += \ # ar9271 LINUX_FIRMWARE_FILES_$(BR2_PACKAGE_LINUX_FIRMWARE_ATHEROS_9271) += \ - LICENCE.atheros_firmware ar9271.fw + LICENCE.atheros_firmware ar9271.fw htc_9271.fw # wl127x LINUX_FIRMWARE_FILES_$(BR2_PACKAGE_LINUX_FIRMWARE_TI_WL127X) += \ |