mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
wifimngr: do not install keep config script until the issues are fixed
This commit is contained in:
parent
bcce414686
commit
f52528f806
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