SCTP is allowed to be static only when IPV6 is also configured as static or not enabled. If IPV6 is configured as a module, SCTP also has to be a module. This is done right now in the following hacki
Thanks. Your 2.6 solution helped me come up with the following solution for 2.4 too and avoid the hack. if [ "$CONFIG_IPV6" = "n" ]; then tristate ' The SCTP Protocol (EXPERIMENTAL)' CONFIG_IP_SCTP e
SCTP is allowed to be static only when IPV6 is also configured as static or not enabled. If IPV6 is configured as a module, SCTP also has to be a module. This is done right now in the following hacki
Thanks. Your 2.6 solution helped me come up with the following solution for 2.4 too and avoid the hack. if [ "$CONFIG_IPV6" = "n" ]; then tristate ' The SCTP Protocol (EXPERIMENTAL)' CONFIG_IP_SCTP e