summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2015-07-25 14:01:30 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-07-25 16:22:00 +0200
commit8fc0a421043f23035084969d2f01f94c34a6ed1f (patch)
treeee91a1f6aeeac47cb0ad180414fd5c3d7c7db401 /mk
parenta3ef1029548a88a62bab481cd0ab0ef01bcacb6c (diff)
modules.mk: load sit.ko later, needs ip_tunnel.ko
Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'mk')
-rw-r--r--mk/modules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/modules.mk b/mk/modules.mk
index 35e0a3053..55136e253 100644
--- a/mk/modules.mk
+++ b/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 \