diff options
author | John Crispin <blogic@openwrt.org> | 2013-01-02 10:08:54 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-01-02 10:08:54 +0000 |
commit | 4fd71cb4c3a7c546e2dbb3676a2689bbe29fb100 (patch) | |
tree | 22db72df409269f40a3586a90cf3b59ce451282a /package/mac80211/Makefile | |
parent | 4cb81916819ffd2ec37d9340b62b65f19a1e592e (diff) | |
download | upstream-4fd71cb4c3a7c546e2dbb3676a2689bbe29fb100.tar.gz upstream-4fd71cb4c3a7c546e2dbb3676a2689bbe29fb100.tar.bz2 upstream-4fd71cb4c3a7c546e2dbb3676a2689bbe29fb100.zip |
[mac80211] fixes libertas firmware install path
fixes #12712
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34961 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/Makefile')
-rw-r--r-- | package/mac80211/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile index df3d798a02..12aea13ef0 100644 --- a/package/mac80211/Makefile +++ b/package/mac80211/Makefile @@ -1430,11 +1430,11 @@ define Build/InstallDev endef define KernelPackage/libertas-usb/install - $(INSTALL_DIR) $(1)/lib/firmware + $(INSTALL_DIR) $(1)/lib/firmware/libertas $(INSTALL_DATA) \ $(PKG_BUILD_DIR)/$(PKG_LINUX_FIRMWARE_SUBDIR)/libertas/usb8388_v9.bin \ $(PKG_BUILD_DIR)/$(PKG_LINUX_FIRMWARE_SUBDIR)/libertas/usb8682.bin \ - $(1)/lib/firmware/ + $(1)/lib/firmware/libertas/ endef define KernelPackage/libertas-sd/install |