add missing dependency
SVN-Revision: 9597
This commit is contained in:
parent
4263fdd731
commit
4402192ded
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue