X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=package%2Facx%2FMakefile;h=6a114046426baa059ea94e65368354600614fd6d;hb=3dc1073b53fada9ec07144902122481ab96692d1;hp=7db3f511523c42420cc5c9d658e5c0ee5e6eae41;hpb=772fe7fe71d929ae742edfc3b0b46a1877433b03;p=oweals%2Fopenwrt.git diff --git a/package/acx/Makefile b/package/acx/Makefile index 7db3f51152..6a11404642 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))