diff --git a/docs/compile/openwrt/package/zapret/ip2net/Makefile b/docs/compile/openwrt/package/zapret/ip2net/Makefile index bec7c00..597f97a 100644 --- a/docs/compile/openwrt/package/zapret/ip2net/Makefile +++ b/docs/compile/openwrt/package/zapret/ip2net/Makefile @@ -24,8 +24,8 @@ define Build/Compile endef define Package/ip2net/install - $(INSTALL_DIR) $(1)/opt/zapret/binaries/my - $(INSTALL_BIN) $(PKG_BUILD_DIR)/ip2net $(1)/opt/zapret/binaries/my + $(INSTALL_DIR) $(1)/opt/zapret2/binaries/my + $(INSTALL_BIN) $(PKG_BUILD_DIR)/ip2net $(1)/opt/zapret2/binaries/my endef $(eval $(call BuildPackage,ip2net)) diff --git a/docs/compile/openwrt/package/zapret/mdig/Makefile b/docs/compile/openwrt/package/zapret/mdig/Makefile index e587539..7bd63e0 100644 --- a/docs/compile/openwrt/package/zapret/mdig/Makefile +++ b/docs/compile/openwrt/package/zapret/mdig/Makefile @@ -24,8 +24,8 @@ define Build/Compile endef define Package/mdig/install - $(INSTALL_DIR) $(1)/opt/zapret/binaries/my - $(INSTALL_BIN) $(PKG_BUILD_DIR)/mdig $(1)/opt/zapret/binaries/my + $(INSTALL_DIR) $(1)/opt/zapret2/binaries/my + $(INSTALL_BIN) $(PKG_BUILD_DIR)/mdig $(1)/opt/zapret2/binaries/my endef $(eval $(call BuildPackage,mdig)) diff --git a/docs/compile/openwrt/package/zapret/nfqws2/Makefile b/docs/compile/openwrt/package/zapret/nfqws2/Makefile index 8972229..85af88a 100644 --- a/docs/compile/openwrt/package/zapret/nfqws2/Makefile +++ b/docs/compile/openwrt/package/zapret/nfqws2/Makefile @@ -31,7 +31,7 @@ endef define Build/Prepare mkdir -p $(PKG_BUILD_DIR) - $(CP) ./nfq/* $(PKG_BUILD_DIR)/ + $(CP) ./nfq2/* $(PKG_BUILD_DIR)/ endef define Build/Compile @@ -39,8 +39,8 @@ define Build/Compile endef define Package/nfqws2/install - $(INSTALL_DIR) $(1)/opt/zapret/binaries/my - $(INSTALL_BIN) $(PKG_BUILD_DIR)/nfqws2 $(1)/opt/zapret/binaries/my + $(INSTALL_DIR) $(1)/opt/zapret2/binaries/my + $(INSTALL_BIN) $(PKG_BUILD_DIR)/nfqws2 $(1)/opt/zapret2/binaries/my endef $(eval $(call BuildPackage,nfqws2)) diff --git a/docs/compile/openwrt/package/zapret/nfqws2/readme.txt b/docs/compile/openwrt/package/zapret/nfqws2/readme.txt index 4c5b89f..5559f96 100644 --- a/docs/compile/openwrt/package/zapret/nfqws2/readme.txt +++ b/docs/compile/openwrt/package/zapret/nfqws2/readme.txt @@ -1 +1 @@ -Copy "nfq" folder here ! +Copy "nfq2" folder here !