Browse Source

docs compile: move binaries in ipk to /opt/zapret/binaries/my

pull/800/head
bol-van 5 months ago
parent
commit
08238664cd
  1. 42
      docs/compile/build_howto_openwrt.txt
  2. 4
      docs/compile/openwrt/package/zapret/ip2net/Makefile
  3. 2
      docs/compile/openwrt/package/zapret/ip2net/readme.txt
  4. 4
      docs/compile/openwrt/package/zapret/mdig/Makefile
  5. 2
      docs/compile/openwrt/package/zapret/mdig/readme.txt
  6. 4
      docs/compile/openwrt/package/zapret/nfqws/Makefile
  7. 2
      docs/compile/openwrt/package/zapret/nfqws/readme.txt
  8. 4
      docs/compile/openwrt/package/zapret/tpws/Makefile
  9. 2
      docs/compile/openwrt/package/zapret/tpws/readme.txt

42
docs/compile/build_howto_openwrt.txt

@ -1,21 +1,21 @@
How to compile native programs for use in openwrt
-------------------------------------------------
1) Download latest SDK for your platform from https://downloads.openwrt.org
curl -o - https://downloads.openwrt.org/releases/23.05.5/targets/x86/64/openwrt-sdk-23.05.5-x86-64_gcc-12.3.0_musl.Linux-x86_64.tar.xz | tar -Jxvf -
cd openwrt-sdk-23.05.5-x86-64_gcc-12.3.0_musl.Linux-x86_64
2) ./scripts/feeds update -a
./scripts/feeds install -a
3) cp -R /opt/zapret/docs/compile/openwrt/. .
cp -R /opt/zapret/tpws package/zapret/tpws
cp -R /opt/zapret/nfq package/zapret/nfqws
cp -R /opt/zapret/mdig package/zapret/mdig
cp -R /opt/zapret/ip2net package/zapret/ip2net
4) make package/{tpws,nfqws,mdig,ip2net}/compile
5) find bin -name tpws*.ipk
#take your tpws*.ipk , nfqws*.ipk , ip2net*.ipk, mdig*.ipk from there
How to compile native programs for use in openwrt
-------------------------------------------------
1) Download latest SDK for your platform from https://downloads.openwrt.org
curl -o - https://downloads.openwrt.org/releases/23.05.5/targets/x86/64/openwrt-sdk-23.05.5-x86-64_gcc-12.3.0_musl.Linux-x86_64.tar.xz | tar -Jxvf -
cd openwrt-sdk-23.05.5-x86-64_gcc-12.3.0_musl.Linux-x86_64
2) ./scripts/feeds update -a
./scripts/feeds install -a
3) cp -R /opt/zapret/docs/compile/openwrt/. .
cp -R /opt/zapret/tpws package/zapret/tpws
cp -R /opt/zapret/nfq package/zapret/nfqws
cp -R /opt/zapret/mdig package/zapret/mdig
cp -R /opt/zapret/ip2net package/zapret/ip2net
4) make package/{tpws,nfqws,mdig,ip2net}/compile
5) find bin -name tpws*.ipk
#take your tpws*.ipk , nfqws*.ipk , ip2net*.ipk, mdig*.ipk from there

4
docs/compile/openwrt/package/zapret/ip2net/Makefile

@ -24,8 +24,8 @@ define Build/Compile
endef
define Package/ip2net/install
$(INSTALL_DIR) $(1)/opt/zapret/ip2net
$(INSTALL_BIN) $(PKG_BUILD_DIR)/ip2net $(1)/opt/zapret/ip2net
$(INSTALL_DIR) $(1)/opt/zapret/binaries/my
$(INSTALL_BIN) $(PKG_BUILD_DIR)/ip2net $(1)/opt/zapret/binaries/my
endef
$(eval $(call BuildPackage,ip2net))

2
docs/compile/openwrt/package/zapret/ip2net/readme.txt

@ -1 +1 @@
Copy "ip2net" folder here !
Copy "ip2net" folder here !

4
docs/compile/openwrt/package/zapret/mdig/Makefile

@ -24,8 +24,8 @@ define Build/Compile
endef
define Package/mdig/install
$(INSTALL_DIR) $(1)/opt/zapret/mdig
$(INSTALL_BIN) $(PKG_BUILD_DIR)/mdig $(1)/opt/zapret/mdig
$(INSTALL_DIR) $(1)/opt/zapret/binaries/my
$(INSTALL_BIN) $(PKG_BUILD_DIR)/mdig $(1)/opt/zapret/binaries/my
endef
$(eval $(call BuildPackage,mdig))

2
docs/compile/openwrt/package/zapret/mdig/readme.txt

@ -1 +1 @@
Copy "mdig" folder here !
Copy "mdig" folder here !

4
docs/compile/openwrt/package/zapret/nfqws/Makefile

@ -25,8 +25,8 @@ define Build/Compile
endef
define Package/nfqws/install
$(INSTALL_DIR) $(1)/opt/zapret/nfq
$(INSTALL_BIN) $(PKG_BUILD_DIR)/nfqws $(1)/opt/zapret/nfq
$(INSTALL_DIR) $(1)/opt/zapret/binaries/my
$(INSTALL_BIN) $(PKG_BUILD_DIR)/nfqws $(1)/opt/zapret/binaries/my
endef
$(eval $(call BuildPackage,nfqws))

2
docs/compile/openwrt/package/zapret/nfqws/readme.txt

@ -1 +1 @@
Copy "nfq" folder here !
Copy "nfq" folder here !

4
docs/compile/openwrt/package/zapret/tpws/Makefile

@ -25,8 +25,8 @@ define Build/Compile
endef
define Package/tpws/install
$(INSTALL_DIR) $(1)/opt/zapret/tpws
$(INSTALL_BIN) $(PKG_BUILD_DIR)/tpws $(1)/opt/zapret/tpws
$(INSTALL_DIR) $(1)/opt/zapret/binaries/my
$(INSTALL_BIN) $(PKG_BUILD_DIR)/tpws $(1)/opt/zapret/binaries/my
endef
$(eval $(call BuildPackage,tpws))

2
docs/compile/openwrt/package/zapret/tpws/readme.txt

@ -1 +1 @@
Copy "tpws" folder here !
Copy "tpws" folder here !

Loading…
Cancel
Save