# 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
$(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))