From: Jo-Philipp Wich Date: Thu, 30 Apr 2009 21:09:19 +0000 (+0000) Subject: [packages] 6tunnel: add kmod-sit dependency X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=630535e840d1a74fa028925596657fceba32bcd0 [packages] 6tunnel: add kmod-sit dependency SVN-Revision: 15528 --- diff --git a/ipv6/6tunnel/Makefile b/ipv6/6tunnel/Makefile index f401e0f188..3ab60d6037 100644 --- a/ipv6/6tunnel/Makefile +++ b/ipv6/6tunnel/Makefile @@ -20,7 +20,7 @@ include $(INCLUDE_DIR)/package.mk define Package/6tunnel SECTION:=ipv6 CATEGORY:=IPv6 - DEPENDS:=+libpcap + DEPENDS:=+libpcap +kmod-sit TITLE:=IPv4 / IPv6 tunnel proxy URL:=http://toxygen.net/6tunnel/ endef