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?
thanks
(Last edited by BigTree on 5 Jan 2010, 11:21)