wifimngr: do not install keep config script until the issues are fixed

This commit is contained in:
Sukru Senli 2020-03-28 16:31:02 +01:00
parent bcce414686
commit f52528f806

View file

@ -41,8 +41,8 @@ TARGET_CFLAGS += \
define Package/wifimngr/install define Package/wifimngr/install
$(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_DIR) $(1)/etc/init.d
$(INSTALL_BIN) ./files/wifimngr.init $(1)/etc/init.d/wifimngr $(INSTALL_BIN) ./files/wifimngr.init $(1)/etc/init.d/wifimngr
$(INSTALL_DIR) $(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_BIN) ./files/*-uci-wireless $(1)/lib/upgrade/post-rootfs-fixup.d
$(INSTALL_DIR) $(1)/usr/sbin $(INSTALL_DIR) $(1)/usr/sbin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/wifimngr $(1)/usr/sbin/ $(INSTALL_BIN) $(PKG_BUILD_DIR)/wifimngr $(1)/usr/sbin/
endef endef