mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-26 02:38:59 +02:00
add missing dependency
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9597 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
1f01b9bc98
commit
a1fcfbf323
@ -83,6 +83,7 @@ $(eval $(call KernelPackage,capi))
|
|||||||
define KernelPackage/ipip
|
define KernelPackage/ipip
|
||||||
SUBMENU:=$(NETWORK_SUPPORT_MENU)
|
SUBMENU:=$(NETWORK_SUPPORT_MENU)
|
||||||
TITLE:=IP-in-IP encapsulation
|
TITLE:=IP-in-IP encapsulation
|
||||||
|
DEPENDS:=+kmod-iptunnel4
|
||||||
KCONFIG:=CONFIG_NET_IPIP
|
KCONFIG:=CONFIG_NET_IPIP
|
||||||
FILES:=$(LINUX_DIR)/net/ipv4/ipip.$(LINUX_KMOD_SUFFIX)
|
FILES:=$(LINUX_DIR)/net/ipv4/ipip.$(LINUX_KMOD_SUFFIX)
|
||||||
AUTOLOAD:=$(call AutoLoad,30,ipip)
|
AUTOLOAD:=$(call AutoLoad,30,ipip)
|
||||||
|
Loading…
Reference in New Issue
Block a user