1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-01 08:31:19 +02:00

Fix kmod-ipip build (#2092)

SVN-Revision: 8048
This commit is contained in:
Florian Fainelli 2007-07-19 10:01:51 +00:00
parent 934a641058
commit 69989994df

@ -53,7 +53,6 @@ define KernelPackage/ipip
KCONFIG:=CONFIG_NET_IPIP
SUBMENU:=$(NSMENU)
endef
$(eval $(call KernelPackage,ipip))
define KernelPackage/ipip/2.4
FILES:=$(LINUX_DIR)/net/ipv4/ipip.$(LINUX_KMOD_SUFFIX)
@ -66,7 +65,7 @@ define KernelPackage/ipip/2.6
$(LINUX_DIR)/net/ipv4/tunnel4.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,30,ipip tunnel4)
endef
$(eval $(call KernelPackage,ipip))
define KernelPackage/ipsec
TITLE:=IPsec related modules (IPv4 and IPv6)