mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
ethmngr, qosmgr: folder struct update, remove hotplug on link
This commit is contained in:
parent
ecacb13edf
commit
2df5b55ed7
3 changed files with 1 additions and 9 deletions
|
|
@ -43,7 +43,7 @@ endef
|
||||||
endif
|
endif
|
||||||
|
|
||||||
define Package/ethmngr/install
|
define Package/ethmngr/install
|
||||||
$(CP) ./files/common/* $(1)/
|
$(CP) ./files/* $(1)/
|
||||||
ifneq ($(CONFIG_TARGET_brcmbca)$(CONFIG_TARGET_airoha)$(CONFIG_TARGET_ipq95xx)$(CONFIG_TARGET_ipq53xx)$(CONFIG_TARGET_mediatek),)
|
ifneq ($(CONFIG_TARGET_brcmbca)$(CONFIG_TARGET_airoha)$(CONFIG_TARGET_ipq95xx)$(CONFIG_TARGET_ipq53xx)$(CONFIG_TARGET_mediatek),)
|
||||||
$(INSTALL_DIR) $(1)/usr/sbin
|
$(INSTALL_DIR) $(1)/usr/sbin
|
||||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/ethmngr $(1)/usr/sbin/
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/ethmngr $(1)/usr/sbin/
|
||||||
|
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. /lib/network/utils.sh
|
|
||||||
|
|
||||||
if [ "$LINK" = "up" ]; then
|
|
||||||
logger -t qos "reload qos due to link up on $PORT"
|
|
||||||
/etc/init.d/qos reload
|
|
||||||
fi
|
|
||||||
Loading…
Add table
Reference in a new issue