fix hostapd race condition which breaks wpa with madwifi
[openwrt.git] / package / mac80211 / Makefile
index 9331987..06e1553 100644 (file)
@@ -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))
This page took 0.024102 seconds and 4 git commands to generate.