ethmngr, qosmgr: folder struct update, remove hotplug on link

This commit is contained in:
Rahul Thakur 2023-08-03 18:27:41 +05:30
parent ecacb13edf
commit 2df5b55ed7
3 changed files with 1 additions and 9 deletions

View file

@ -43,7 +43,7 @@ endef
endif
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),)
$(INSTALL_DIR) $(1)/usr/sbin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/ethmngr $(1)/usr/sbin/

View file

@ -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