mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
new package: proxychains
Signed-off-by: Stefan Fröberg <stefan.froberg@petroprogram.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
0280921a82
commit
5f70f5caea
@ -654,6 +654,7 @@ source "package/portmap/Config.in"
|
|||||||
source "package/pppd/Config.in"
|
source "package/pppd/Config.in"
|
||||||
source "package/pptp-linux/Config.in"
|
source "package/pptp-linux/Config.in"
|
||||||
source "package/proftpd/Config.in"
|
source "package/proftpd/Config.in"
|
||||||
|
source "package/proxychains/Config.in"
|
||||||
source "package/quagga/Config.in"
|
source "package/quagga/Config.in"
|
||||||
source "package/radvd/Config.in"
|
source "package/radvd/Config.in"
|
||||||
source "package/rp-pppoe/Config.in"
|
source "package/rp-pppoe/Config.in"
|
||||||
|
7
package/proxychains/Config.in
Normal file
7
package/proxychains/Config.in
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
config BR2_PACKAGE_PROXYCHAINS
|
||||||
|
bool "proxychains"
|
||||||
|
help
|
||||||
|
force any tcp connections to flow through a proxy (or proxy chain)
|
||||||
|
|
||||||
|
http://proxychains.sourceforge.net
|
||||||
|
|
10
package/proxychains/proxychains.mk
Normal file
10
package/proxychains/proxychains.mk
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
#############################################################
|
||||||
|
#
|
||||||
|
# ProxyChains
|
||||||
|
#
|
||||||
|
#############################################################
|
||||||
|
PROXYCHAINS_VERSION = 3.1
|
||||||
|
PROXYCHAINS_SOURCE = proxychains-$(PROXYCHAINS_VERSION).tar.gz
|
||||||
|
PROXYCHAINS_SITE = http://downloads.sourceforge.net/project/proxychains/proxychains/version%20$(PROXYCHAINS_VERSION)
|
||||||
|
|
||||||
|
$(eval $(autotools-package))
|
Loading…
x
Reference in New Issue
Block a user