summaryrefslogtreecommitdiffstats
path: root/package/linux-firmware/linux-firmware.mk
Commit message (Collapse)AuthorAgeFilesLines
* all packages: rename XXXTARGETS to xxx-packageArnout Vandecappelle (Essensium/Mind)2012-07-171-1/+1
| | | | | | | | | | | | | Also remove the redundant $(call ...). This is a purely mechanical change, performed with find package linux toolchain boot -name \*.mk | \ xargs sed -i -e 's/$(eval $(call GENTARGETS))/$(eval $(generic-package))/' \ -e 's/$(eval $(call AUTOTARGETS))/$(eval $(autotools-package))/' \ -e 's/$(eval $(call CMAKETARGETS))/$(eval $(cmake-package))/' Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* linux-firmware: add new wl12xx firmwareYegor Yefremov2012-04-151-1/+7
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* linux-firmware: add ar7010 variant (ath9k_htc driver) firmwareGustavo Zacarias2012-03-161-0/+4
| | | | | | 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>
* linux-firmware: update definition for atheros ar9271Gustavo Zacarias2012-03-161-1/+1
| | | | | | | | | | | | 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>
* linux-firmware: add support for the atheros ar9271 firmwareAlexandre Pereira da Silva2012-02-191-0/+4
| | | | | | Signed-off-by: Alexandre Pereira da Silva <aletes.xgr@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* New package: linux-firmwareYegor Yefremov2012-01-261-0/+59
add infrastructure for closed binary blobs [Peter: whitespace/Kconfig fixes, use tar to copy to TARGET_DIR] Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>