From 2716853132d23a35fc18cbe8b438aa70e4d2c563 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 26 Jan 2024 11:03:39 +0100 Subject: wifi-scripts: add new package, move wifi scripts to a single place Signed-off-by: Felix Fietkau --- package/network/config/netifd/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'package/network/config/netifd/Makefile') diff --git a/package/network/config/netifd/Makefile b/package/network/config/netifd/Makefile index 558463e8ea..ba4516c1dc 100644 --- a/package/network/config/netifd/Makefile +++ b/package/network/config/netifd/Makefile @@ -43,7 +43,10 @@ define Package/netifd/install $(INSTALL_BIN) $(PKG_BUILD_DIR)/netifd $(1)/sbin/ $(CP) ./files/* $(1)/ $(INSTALL_DIR) $(1)/etc/udhcpc.user.d/ - $(CP) $(PKG_BUILD_DIR)/scripts/* $(1)/lib/netifd/ + $(CP) \ + $(PKG_BUILD_DIR)/scripts/utils.sh \ + $(PKG_BUILD_DIR)/scripts/netifd-proto.sh \ + $(1)/lib/netifd/ endef $(eval $(call BuildPackage,netifd)) -- cgit v1.2.3