diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-20 10:15:29 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-20 10:15:29 +0000 |
commit | 99856ebf5cbdd520cf58cef9cf2323a4a6168ebc (patch) | |
tree | be4e6b3ad5d4a3998bdfbdaa4e2c481c00115726 /package/network/ipv6/6in4/Makefile | |
parent | 8353ed85f2c13feb1b010f556e3d27c7133e489a (diff) | |
download | upstream-99856ebf5cbdd520cf58cef9cf2323a4a6168ebc.tar.gz upstream-99856ebf5cbdd520cf58cef9cf2323a4a6168ebc.tar.bz2 upstream-99856ebf5cbdd520cf58cef9cf2323a4a6168ebc.zip |
6in4: use uclient-fetch instead of wget/curl
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48391
Diffstat (limited to 'package/network/ipv6/6in4/Makefile')
-rw-r--r-- | package/network/ipv6/6in4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/ipv6/6in4/Makefile b/package/network/ipv6/6in4/Makefile index 9eca57af63..5d9355fa54 100644 --- a/package/network/ipv6/6in4/Makefile +++ b/package/network/ipv6/6in4/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=6in4 -PKG_VERSION:=22 +PKG_VERSION:=23 PKG_RELEASE:=1 PKG_LICENSE:=GPL-2.0 @@ -17,7 +17,7 @@ include $(INCLUDE_DIR)/package.mk define Package/6in4 SECTION:=net CATEGORY:=Network - DEPENDS:=@IPV6 +kmod-sit + DEPENDS:=@IPV6 +kmod-sit +uclient-fetch TITLE:=IPv6-in-IPv4 configuration support MAINTAINER:=Jo-Philipp Wich <xm@subsignal.org> PKGARCH:=all |