aboutsummaryrefslogtreecommitdiffstats
path: root/package/acx/Makefile
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2008-10-13 13:56:12 +0000
committerFlorian Fainelli <florian@openwrt.org>2008-10-13 13:56:12 +0000
commit29e7e1296af2c0508fe808666167e9d16361e081 (patch)
tree44dad591b3f02e6ecdd9e9e6007047f3cf2488f5 /package/acx/Makefile
parent1d96bd6e14e3bdea462624f91d1ca00b3b663b46 (diff)
downloadupstream-29e7e1296af2c0508fe808666167e9d16361e081.tar.gz
upstream-29e7e1296af2c0508fe808666167e9d16361e081.tar.bz2
upstream-29e7e1296af2c0508fe808666167e9d16361e081.zip
Add acx wireless configuration (#4095)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12962 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/acx/Makefile')
-rw-r--r--package/acx/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/acx/Makefile b/package/acx/Makefile
index 7db3f51152..83e0660146 100644
--- a/package/acx/Makefile
+++ b/package/acx/Makefile
@@ -75,6 +75,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))