broadcom-wl: add rts/frag threshold settings (patch from #4769)
[openwrt.git] / package / acx / Makefile
index 7db3f51..6a11404 100644 (file)
@@ -4,7 +4,6 @@
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
 #
-# $Id$
 
 include $(TOPDIR)/rules.mk
 include $(INCLUDE_DIR)/kernel.mk
@@ -75,6 +74,8 @@ define KernelPackage/acx/install
        $(INSTALL_DIR) $(1)/lib/firmware
        $(INSTALL_DATA) $(DL_DIR)/$(C16_FW) $(1)/lib/firmware/
        $(INSTALL_DATA) $(DL_DIR)/$(C19_FW) $(1)/lib/firmware/
+       $(INSTALL_DIR) $(1)/lib/wifi
+       $(INSTALL_DATA) ./files/lib/wifi/acx.sh $(1)/lib/wifi/
 endef
 
 $(eval $(call KernelPackage,acx))
This page took 0.030171 seconds and 4 git commands to generate.