Tiny Core Linux
Tiny Core Base => TCB Q&A Forum => Topic started by: ochinchina on October 11, 2014, 01:49:31 AM
-
I want to use sctp application in the tiny core linux but failed. So I use "lsmod" to list all installed modules in the tiny core linux. The SCTP module is not installed.
Is there any way to enable the SCTP function in the tiny core linux?
-
As per:
http://www.tinycorelinux.net/5.x/x86/release/src/kernel/config-3.8.13-tinycore
# CONFIG_NF_CT_PROTO_SCTP is not set
# CONFIG_NETFILTER_XT_MATCH_SCTP is not set
# CONFIG_IP_SCTP is not set
..so I guess you'd need a custom kernel.
-
That is a bad news
Is there any instruction for compiling the tiny core linux? I want to add the SCTP support to the tiny core linux.
-
If you search these forums, compiling the kernel has been mentioned several times, but basically:
$ make mrproper
$ cp config-3.8.13-tinycore .config
$ make oldconfig
$ make menuconfig [adjust sctp settings]
$ make
-
Will add for 6.x.