mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
package/kernel: ensure that ipip is autoloaded after iptunnel4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14095 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
b66d34c59b
commit
95066e7f6f
@ -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