package/kernel: ensure that ipip is autoloaded after iptunnel4

SVN-Revision: 14095
master
Jo-Philipp Wich 16 years ago
parent 3d4f8f79b0
commit 24ac43897e
  1. 2
      package/kernel/modules/netsupport.mk

@ -121,7 +121,7 @@ define KernelPackage/ipip
DEPENDS:=+kmod-iptunnel4 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,32,ipip)
endef endef
define KernelPackage/ipip/description define KernelPackage/ipip/description

Loading…
Cancel
Save