OpenWrt Forum Archive

Topic: question on ipip module

The content of this topic has been archived on 27 Mar 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

Hi,all
I want to enable ipip module in kamikaze(kernel ver 2.4.35.4)


in file : package/kernel/modules/network.mk
I find ipip module ----------depend on "kmod-iptunnel4"
and "KernelPackage/iptunnel4"------depend on  "@LINUX_2_6",

but kamikaze is on ver2.4.35

I tried:
in kamikaze//build_dir/linux-brcm-2.4/linux-2.4.35.4
make menuconfig
and change the  networking options-->tunneling to "M" as a module:
(now in the file linux-2.4.35.4/.config,     CONFIG_NET_IPIP=m )
                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

but after do  "make" in kamikaze dir,
the .config in kamikaze//build_dir/linux-brcm-2.4/linux-2.4.35.4         recover to original :
(now in the file linux-2.4.35.4/.config,      # CONFIG_NET_IPIP is not set )
                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~the file  .config was overrided?

=============================================
question:

how to enable ipip tunnel module (ip in ip encapsulation)on kamikaze?

smile
thanks

(Last edited by BigTree on 5 Jan 2010, 11:21)

help~~~~~~~~~~~~~~~~~~~~
smile

(Last edited by BigTree on 5 Jan 2010, 11:21)

The discussion might have continued from here.