projects
/
openwrt
/
staging
/
rmilecki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40c7588
)
mac80211: fix zd1211rw firmware location
author
Gabor Juhos
<juhosg@openwrt.org>
Tue, 28 Oct 2008 20:47:15 +0000
(20:47 +0000)
committer
Gabor Juhos
<juhosg@openwrt.org>
Tue, 28 Oct 2008 20:47:15 +0000
(20:47 +0000)
SVN-Revision: 13065
package/mac80211/Makefile
patch
|
blob
|
history
diff --git
a/package/mac80211/Makefile
b/package/mac80211/Makefile
index 93319874d941a7b744dae9240b136719a5aa78c9..06e15532bf27d9e3e998e619b46264fd7f6bd3dd 100644
(file)
--- a/
package/mac80211/Makefile
+++ b/
package/mac80211/Makefile
@@
-216,8
+216,8
@@
define KernelPackage/rt73-usb/install
endef
define KernelPackage/zd1211rw/install
- $(INSTALL_DIR) $(1)/lib/firmware
- $(INSTALL_DATA) $(PKG_BUILD_DIR)/$(ZD1211FW_NAME)/zd1211* $(1)/lib/firmware/
+ $(INSTALL_DIR) $(1)/lib/firmware
/zd1211
+ $(INSTALL_DATA) $(PKG_BUILD_DIR)/$(ZD1211FW_NAME)/zd1211* $(1)/lib/firmware/
zd1211
endef
$(eval $(call KernelPackage,ath5k))