projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca10df9
)
sit depends on tunnel4
author
Matteo Croce
<matteo@openwrt.org>
Wed, 9 Jul 2008 21:51:36 +0000
(21:51 +0000)
committer
Matteo Croce
<matteo@openwrt.org>
Wed, 9 Jul 2008 21:51:36 +0000
(21:51 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11755
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/kernel/modules/network.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/network.mk
b/package/kernel/modules/network.mk
index
5030239
..
c4115a5
100644
(file)
--- a/
package/kernel/modules/network.mk
+++ b/
package/kernel/modules/network.mk
@@
-245,6
+245,7
@@
$(eval $(call KernelPackage,ipv6))
define KernelPackage/sit
SUBMENU:=$(NETWORK_SUPPORT_MENU)
+ DEPENDS:=+kmod-iptunnel4
TITLE:=IPv6-in-IPv4 tunnelling
endef