diff options
Diffstat (limited to 'package/6tunnel')
-rw-r--r-- | package/6tunnel/Config.in | 12 | ||||
-rw-r--r-- | package/6tunnel/Makefile | 1 |
2 files changed, 1 insertions, 12 deletions
diff --git a/package/6tunnel/Config.in b/package/6tunnel/Config.in deleted file mode 100644 index c3cdb3cbe..000000000 --- a/package/6tunnel/Config.in +++ /dev/null @@ -1,12 +0,0 @@ -config ADK_PACKAGE_6TUNNEL - prompt "6tunnel........................... IPv4 / IPv6 tunnel proxy" - tristate - default n - select ADK_KPACKAGE_KMOD_IPV6 - help - 6tunnel allows you to use services provided by IPv6 hosts with IPv4-only - applications and vice-versa. It can bind to any of your IPv4 (default) - or IPv6 addresses and forward all data to IPv4 or IPv6 (default) host. - - http://toxygen.net/6tunnel/ - diff --git a/package/6tunnel/Makefile b/package/6tunnel/Makefile index b67753a9a..a621af7b8 100644 --- a/package/6tunnel/Makefile +++ b/package/6tunnel/Makefile @@ -9,6 +9,7 @@ PKG_RELEASE:= 1 PKG_MD5SUM:= b325fa9d238e32195fbb3fc3646b0d28 PKG_DESCR:= IPv4/IPv6 tunnel proxy PKG_SECTION:= net +PKG_DEPENDS:= kmod-ipv6 PKG_SITES:= http://toxygen.net/6tunnel/ WRKDIST= ${WRKDIR}/$(PKG_NAME)-0.11 |