From 864b2d113ad0815c2444575014e7cf51498944db Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 27 Sep 2016 16:20:57 +0200 Subject: 6in4: fix invalid local variable declaration (FS#188) Remove an invalid local variable declaration in the tunnel update subshell invocation. Local declarations outside of function scopes are illegal since the Busybox update to version 1.25.0 . Signed-off-by: Jo-Philipp Wich --- package/network/ipv6/6in4/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/network/ipv6/6in4/Makefile') diff --git a/package/network/ipv6/6in4/Makefile b/package/network/ipv6/6in4/Makefile index 5d9355fa54..34227ce9ef 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:=23 +PKG_VERSION:=24 PKG_RELEASE:=1 PKG_LICENSE:=GPL-2.0 @@ -19,7 +19,7 @@ define Package/6in4 CATEGORY:=Network DEPENDS:=@IPV6 +kmod-sit +uclient-fetch TITLE:=IPv6-in-IPv4 configuration support - MAINTAINER:=Jo-Philipp Wich + MAINTAINER:=Jo-Philipp Wich PKGARCH:=all endef -- cgit v1.2.3