1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-04 20:39:49 +03:00

[package] mac80211: Fix the location firmware is copied to (libertas_sdio driver loads firmware from /lib/formware/libertas)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28069 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
hcg 2011-08-22 11:04:13 +00:00
parent 31189640a7
commit 3c79140491

View File

@ -1255,7 +1255,7 @@ define KernelPackage/libertas-usb/install
endef
define KernelPackage/libertas-sd/install
$(INSTALL_DIR) $(1)/lib/firmware
$(INSTALL_DIR) $(1)/lib/firmware/libertas
$(INSTALL_DATA) \
$(PKG_BUILD_DIR)/$(PKG_LINUX_FIRMWARE_SUBDIR)/libertas/sd8385_helper.bin \
$(PKG_BUILD_DIR)/$(PKG_LINUX_FIRMWARE_SUBDIR)/libertas/sd8385.bin \
@ -1265,7 +1265,7 @@ define KernelPackage/libertas-sd/install
$(PKG_BUILD_DIR)/$(PKG_LINUX_FIRMWARE_SUBDIR)/libertas/sd8686_v8.bin \
$(PKG_BUILD_DIR)/$(PKG_LINUX_FIRMWARE_SUBDIR)/libertas/sd8688_helper.bin \
$(PKG_BUILD_DIR)/$(PKG_LINUX_FIRMWARE_SUBDIR)/libertas/sd8688.bin \
$(1)/lib/firmware/
$(1)/lib/firmware/libertas
endef
define KernelPackage/cfg80211/install