projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fixes Ticket #2792 (unresolved symbols) - added module snd-seq-device to package...
[openwrt.git]
/
package
/
kernel
/
modules
/
network.mk
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)
This page took
0.018703 seconds
and
4
git commands to generate.