mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-14 21:10:11 +01:00
icwmp: copy hotplug script under correct folder
This commit is contained in:
parent
e73bba2ae0
commit
6bdfa81b7e
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ define Package/icwmp-$(BUILD_VARIANT)/install
|
|||
$(INSTALL_DIR) $(1)/etc/uci-defaults
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/uci-defaults/90-cwmpfirewall $(1)/etc/uci-defaults/90-cwmpfirewall
|
||||
$(INSTALL_DIR) $(1)/etc/hotplug.d
|
||||
$(CP) ./files/icwmp.hotplug $(1)/etc/hotplug.d/90-icwmp
|
||||
$(CP) ./files/icwmp.hotplug $(1)/etc/hotplug.d/iface/90-icwmp
|
||||
ifeq ($(CONFIG_CWMP_SCRIPTS_FULL),y)
|
||||
$(INSTALL_DIR) $(1)/usr/share/icwmp
|
||||
$(CP) $(PKG_BUILD_DIR)/scripts/defaults $(1)/usr/share/icwmp
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue