mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
ethmngr: rectify build issues
This commit is contained in:
parent
10564d779c
commit
df8d9ff1ef
2 changed files with 1 additions and 2 deletions
|
|
@ -44,7 +44,6 @@ endif
|
|||
|
||||
define Package/ethmngr/install
|
||||
$(CP) ./files/common/* $(1)/
|
||||
endif
|
||||
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/
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ start_service() {
|
|||
reload_service() {
|
||||
stop
|
||||
start
|
||||
:}
|
||||
}
|
||||
|
||||
service_triggers() {
|
||||
procd_add_reload_trigger network
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue