mirror of https://github.com/hak5/openwrt-owl.git
package/kernel: ensure that ipip is autoloaded after iptunnel4
SVN-Revision: 14095owl
parent
3d4f8f79b0
commit
24ac43897e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue