1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-07 14:27:39 +03: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:
jow 2009-01-18 16:54:30 +00:00
parent 104da54556
commit 0d4bcb1e67

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