load aead after crypto_algapi
[openwrt/staging/yousong.git] / package / acx / Makefile
index 7db3f511523c42420cc5c9d658e5c0ee5e6eae41..83e0660146f186c58e18a864b14e14671aed0cdb 100644 (file)
@@ -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))