diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-10-13 13:56:12 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-10-13 13:56:12 +0000 |
commit | 31e991eec574aed51adb0718a6c38da66199cf19 (patch) | |
tree | 44dad591b3f02e6ecdd9e9e6007047f3cf2488f5 /package/acx/Makefile | |
parent | 70f2d8c96519a4e1f0f8fb4524bdf58d05af8cac (diff) |
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/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/acx/Makefile b/package/acx/Makefile index 7db3f5115..83e066014 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)) |