X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/bc0aaef0c37c1ede1f7fe755bd33e9007538c136..a1952b9512b28ff7670b9d81df2b2ca872ec8e59:/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))