From f52528f8066823afc58d3ed7027e674403ff6247 Mon Sep 17 00:00:00 2001 From: Sukru Senli Date: Sat, 28 Mar 2020 16:31:02 +0100 Subject: [PATCH] wifimngr: do not install keep config script until the issues are fixed --- wifimngr/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wifimngr/Makefile b/wifimngr/Makefile index f5cfd9369..42347f274 100644 --- a/wifimngr/Makefile +++ b/wifimngr/Makefile @@ -41,8 +41,8 @@ TARGET_CFLAGS += \ define Package/wifimngr/install $(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_BIN) ./files/wifimngr.init $(1)/etc/init.d/wifimngr - $(INSTALL_DIR) $(1)/lib/upgrade/post-rootfs-fixup.d - $(INSTALL_BIN) ./files/*-uci-wireless $(1)/lib/upgrade/post-rootfs-fixup.d +# $(INSTALL_DIR) $(1)/lib/upgrade/post-rootfs-fixup.d +# $(INSTALL_BIN) ./files/*-uci-wireless $(1)/lib/upgrade/post-rootfs-fixup.d $(INSTALL_DIR) $(1)/usr/sbin $(INSTALL_BIN) $(PKG_BUILD_DIR)/wifimngr $(1)/usr/sbin/ endef