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:
2afdd18
)
add missing dependency
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 25 Nov 2007 16:26:39 +0000
(16:26 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 25 Nov 2007 16:26:39 +0000
(16:26 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9597
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
7150513
..
1c243c1
100644
(file)
--- a/
package/kernel/modules/network.mk
+++ b/
package/kernel/modules/network.mk
@@
-83,6
+83,7
@@
$(eval $(call KernelPackage,capi))
define KernelPackage/ipip
SUBMENU:=$(NETWORK_SUPPORT_MENU)
TITLE:=IP-in-IP encapsulation
+ DEPENDS:=+kmod-iptunnel4
KCONFIG:=CONFIG_NET_IPIP
FILES:=$(LINUX_DIR)/net/ipv4/ipip.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,30,ipip)