Browse Source

modules.mk: load sit.ko later, needs ip_tunnel.ko

Signed-off-by: Phil Sutter <phil@nwl.cc>
Phil Sutter 8 years ago
parent
commit
8fc0a42104
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mk/modules.mk

+ 1 - 1
mk/modules.mk

@@ -228,7 +228,7 @@ $(eval $(call KMOD_template,IPV6,ipv6,\
 
 $(eval $(call KMOD_template,IPV6_SIT,ipv6-sit,\
 	$(MODULES_DIR)/kernel/net/ipv6/sit \
-,25))
+,35))
 
 $(eval $(call KMOD_template,PPP,ppp,\
 	$(MODULES_DIR)/kernel/drivers/net/slip/slhc \