Hi all,<br><br>I tried to follow the introduction from wiki to compile my kernel with the sctp supporting.<br><br>after copy the default configuration file<br><pre>$ cp ./arch/arm/configs/gta02_moredrivers_defconfig GTA02/.config<br>

</pre>I modified the lines of sctp supporting :<br><br>CONFIG_IP_SCTP=y<br>CONFIG_SCTP_DBG_MSG=y<br>CONFIG_SCTP_DBG_OBJCNT=y<br># CONFIG_SCTP_HMAC_NONE is not set<br># CONFIG_SCTP_HMAC_SHA1 is not set<br>CONFIG_SCTP_HMAC_MD5=y<br>

<br>Until now, it&#39;s ok, but after I run ./build GTA02. The configuration file &quot;GTA02/.config&quot; is changed and the line CONFIG_IP_SCTP got into m (module).<br><br>I cannot find which script modified the configuration file.<br>

<br>Any developer can tell me how to custom the kernel? Thanks.<br><br>Best regards,<br><br>Xiaofei<br><br>