diff --git a/ethmngr/Makefile b/ethmngr/Makefile index 6a38d28d4..4d62023e0 100644 --- a/ethmngr/Makefile +++ b/ethmngr/Makefile @@ -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/ diff --git a/ethmngr/files/common/etc/init.d/ethmngr b/ethmngr/files/etc/init.d/ethmngr similarity index 100% rename from ethmngr/files/common/etc/init.d/ethmngr rename to ethmngr/files/etc/init.d/ethmngr diff --git a/qosmngr/files/linux/etc/hotplug.d/ethernet/qos-reload-on-link-up b/qosmngr/files/linux/etc/hotplug.d/ethernet/qos-reload-on-link-up deleted file mode 100755 index 4da59ad1d..000000000 --- a/qosmngr/files/linux/etc/hotplug.d/ethernet/qos-reload-on-link-up +++ /dev/null @@ -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