package/kernel: ensure that ipip is autoloaded after iptunnel4

SVN-Revision: 14095
lede-17.01
Jo-Philipp Wich 2009-01-18 16:54:30 +00:00
parent 3d4f8f79b0
commit 24ac43897e
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ define KernelPackage/ipip
DEPENDS:=+kmod-iptunnel4
KCONFIG:=CONFIG_NET_IPIP
FILES:=$(LINUX_DIR)/net/ipv4/ipip.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,30,ipip)
AUTOLOAD:=$(call AutoLoad,32,ipip)
endef
define KernelPackage/ipip/description