X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/bc0aaef0c37c1ede1f7fe755bd33e9007538c136..5a76cd437c8b0271c03ade8ad07335b2e8f590a3:/package/acx/Makefile diff --git a/package/acx/Makefile b/package/acx/Makefile index 7db3f5115..6a1140464 100644 --- a/package/acx/Makefile +++ b/package/acx/Makefile @@ -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))