[packages] 6tunnel: add kmod-sit dependency
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 30 Apr 2009 21:09:19 +0000 (21:09 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 30 Apr 2009 21:09:19 +0000 (21:09 +0000)
SVN-Revision: 15528

ipv6/6tunnel/Makefile

index f401e0f18827f0f1f36445304ae2678f55f67e83..3ab60d6037fbd99684f0e28c6c060fa7413f8e1b 100644 (file)
@@ -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