diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-10-13 13:56:12 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-10-13 13:56:12 +0000 |
commit | cff56165ac54a408533decc8ef9b38221bc5b253 (patch) | |
tree | 93061bff53c2f19466d31575dd86aa57636aeefb /package/acx/Makefile | |
parent | d0d1d9fd571bb8fbf96f16241e857ab4038a29df (diff) | |
download | upstream-cff56165ac54a408533decc8ef9b38221bc5b253.tar.gz upstream-cff56165ac54a408533decc8ef9b38221bc5b253.tar.bz2 upstream-cff56165ac54a408533decc8ef9b38221bc5b253.zip |
Add acx wireless configuration (#4095)
SVN-Revision: 12962
Diffstat (limited to 'package/acx/Makefile')
-rw-r--r-- | package/acx/Makefile | 2 |
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)) |