mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
Revert "wifimngr: do not install keep config script until the issues are fixed"
We don't need this patch any more. It has been implemented by feeds/openwrt_core/e3c1d70a1774380acc7bb
This reverts commit f52528f806.
This commit is contained in:
parent
70cacfbe71
commit
44943fdea7
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue