Browse Source

package/kernel: ensure that ipip is autoloaded after iptunnel4

SVN-Revision: 14095
Jo-Philipp Wich 17 years ago
parent
commit
24ac43897e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/kernel/modules/netsupport.mk

+ 1 - 1
package/kernel/modules/netsupport.mk

@@ -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