linux-firmware: update definition for atheros ar9271
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Fri, 2 Mar 2012 18:43:29 +0000 (15:43 -0300)
committerPeter Korsgaard <jacmet@sunsite.dk>
Fri, 16 Mar 2012 21:35:42 +0000 (22:35 +0100)
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>
package/linux-firmware/linux-firmware.mk

index eedef2f786b9f68dc0f84b42cd5947ca2c7f8295..8d1dd000b681ae8701da7165c3462c97d8a99ab1 100644 (file)
@@ -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) += \