From 50ae834005e7db560ec1e698c9daf705ebc618cf Mon Sep 17 00:00:00 2001 From: bol-van Date: Mon, 1 Dec 2025 13:19:45 +0300 Subject: [PATCH] compile docs: fix path to /opt/zapret2 --- docs/compile/openwrt/package/zapret/ip2net/Makefile | 4 ++-- docs/compile/openwrt/package/zapret/mdig/Makefile | 4 ++-- docs/compile/openwrt/package/zapret/nfqws2/Makefile | 6 +++--- docs/compile/openwrt/package/zapret/nfqws2/readme.txt | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) 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 !