mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-09 02:43:53 +08:00
package/kernel: ensure that ipip is autoloaded after iptunnel4
SVN-Revision: 14095
This commit is contained in:
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…
x
Reference in New Issue
Block a user