disable IPv6 to make bootup faster?

IAM:Got AUTO-CONFIGURED IPv6 address FE80::240:9DFF:FE43:3597 on interface eth0:3

How can I disable the IPv6 stack? And will this speed-up the boot process ?

It looks like IPV6 is enabled by defining ‘IPV6_ENABLED’. You should be able to comment out line 165 of Makefile.inc: “CROSS_DEFS += -DPV6_ENABLED” to exclude IPV6. I’ve not tried this so I have no idea what the side effects or benefits, if any, will be.

I also noticed that the define TM_USE_IPV6 is used in the code at some places.