projects
/
openwrt
/
staging
/
rmilecki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d4f8f7
)
package/kernel: ensure that ipip is autoloaded after iptunnel4
author
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 18 Jan 2009 16:54:30 +0000
(16:54 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 18 Jan 2009 16:54:30 +0000
(16:54 +0000)
SVN-Revision: 14095
package/kernel/modules/netsupport.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/netsupport.mk
b/package/kernel/modules/netsupport.mk
index d207003f8b4f177e6559a3d673a63983a5c743ec..3cc1ebbb5fdee0fd284767578d9f0bf39f4171d5 100644
(file)
--- a/
package/kernel/modules/netsupport.mk
+++ b/
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,3
0
,ipip)
+ AUTOLOAD:=$(call AutoLoad,3
2
,ipip)
endef
define KernelPackage/ipip/description