Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: ochinchina on October 11, 2014, 01:49:31 AM

Title: is SCTP supported by tiny core linux?
Post 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?
Title: Re: is SCTP supported by tiny core linux?
Post by: Juanito on October 11, 2014, 02:03:35 AM
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.
Title: Re: is SCTP supported by tiny core linux?
Post by: ochinchina on October 12, 2014, 09:39:28 PM
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.
Title: Re: is SCTP supported by tiny core linux?
Post by: Juanito on October 13, 2014, 01:26:56 AM
If you search these forums, compiling the kernel has been mentioned several times, but basically:
Code: [Select]
$ make mrproper
$ cp config-3.8.13-tinycore .config
$ make oldconfig
$ make menuconfig [adjust sctp settings]
$ make
Title: Re: is SCTP supported by tiny core linux?
Post by: curaga on October 13, 2014, 04:06:40 AM
Will add for 6.x.