diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-05-19 13:14:02 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-05-19 13:14:02 +0000 |
commit | 9f68ceb9ce1779eb37fcac8b75de9efe7a90b54f (patch) | |
tree | 3742c5c15364b1449aade2cb252a1bf557e83bd6 /openwrt/target | |
parent | 2cfc87015fd7b23935bcc281853435697f3a77f4 (diff) | |
download | mtk-20170518-9f68ceb9ce1779eb37fcac8b75de9efe7a90b54f.zip mtk-20170518-9f68ceb9ce1779eb37fcac8b75de9efe7a90b54f.tar.gz mtk-20170518-9f68ceb9ce1779eb37fcac8b75de9efe7a90b54f.tar.bz2 |
Backport openvpn freatures from kamikaze to whiterussian Add easy-rsa package to openvpn, closes #541 Fix kmod-ipip module (wrong kernel extension)
SVN-Revision: 3800
Diffstat (limited to 'openwrt/target')
-rw-r--r-- | openwrt/target/linux/generic-2.6/modules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/linux/generic-2.6/modules.mk b/openwrt/target/linux/generic-2.6/modules.mk index 8157a4c..b582400 100644 --- a/openwrt/target/linux/generic-2.6/modules.mk +++ b/openwrt/target/linux/generic-2.6/modules.mk @@ -19,7 +19,7 @@ $(eval $(call KMOD_template,IMQ,imq,\ )) $(eval $(call KMOD_template,IPIP,ipip,\ - $(MODULES_DIR)/kernel/net/ipv4/ipip.o \ + $(MODULES_DIR)/kernel/net/ipv4/ipip.ko \ ,CONFIG_NET_IPIP,,60,ipip)) $(eval $(call KMOD_template,IPV6,ipv6,\ |