Browse Source
Update hotplug
moved to correct hotplug dir
pull/413/head
NewUse
11 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
docs/compile/openwrt/package/zapret/tpws/Makefile
|
|
@ -34,7 +34,7 @@ define Package/tpws/install |
|
|
|
$(INSTALL_DATA) ./files/zapret.conf $(1)/etc/config/zapret |
|
|
|
$(INSTALL_DIR) $(1)/etc/init.d |
|
|
|
$(INSTALL_BIN) ./files/zapret.init $(1)/etc/init.d/zapret |
|
|
|
$(INSTALL_DIR) $(1)/etc/hotplug.d |
|
|
|
$(INSTALL_DIR) $(1)/etc/hotplug.d/iface |
|
|
|
$(INSTALL_DATA) ./files/zapret.hotplug $(1)/etc/hotplug.d/90-zapret |
|
|
|
$(INSTALL_DIR) $(1)/opt/zapret/tpws |
|
|
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/tpws $(1)/opt/zapret/tpws |
|
|
|