From 31e991eec574aed51adb0718a6c38da66199cf19 Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 13 Oct 2008 13:56:12 +0000 Subject: Add acx wireless configuration (#4095) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12962 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/acx/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package/acx/Makefile') 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)) -- cgit v1.2.3