[Babel-users] Babel on itty bitty boxes

Dave Taht dave.taht at gmail.com
Mon Mar 28 14:18:16 UTC 2016


Don't ask me why I didn't think to do this 2+ years ago:

cd git/linux; find . -name \*defconfig\* | xargs grep IPV6_SUBTREES

./arch/arm/configs/keystone_defconfig:CONFIG_IPV6_SUBTREES=y
./arch/arm/configs/imote2_defconfig:CONFIG_IPV6_SUBTREES=y
./arch/arm/configs/ezx_defconfig:CONFIG_IPV6_SUBTREES=y
./arch/s390/configs/performance_defconfig:CONFIG_IPV6_SUBTREES=y
./arch/s390/configs/gcov_defconfig:CONFIG_IPV6_SUBTREES=y
./arch/s390/configs/default_defconfig:CONFIG_IPV6_SUBTREES=y
./arch/mips/configs/ip27_defconfig:CONFIG_IPV6_SUBTREES=y
./arch/mips/configs/db1xxx_defconfig:CONFIG_IPV6_SUBTREES=y
./arch/mips/configs/lemote2f_defconfig:CONFIG_IPV6_SUBTREES=y
./arch/mips/configs/rm200_defconfig:CONFIG_IPV6_SUBTREES=y
./arch/mips/configs/ip22_defconfig:CONFIG_IPV6_SUBTREES=y
./arch/mips/configs/markeins_defconfig:CONFIG_IPV6_SUBTREES=y
./arch/mips/configs/bigsur_defconfig:CONFIG_IPV6_SUBTREES=y
./arch/mips/configs/bcm47xx_defconfig:CONFIG_IPV6_SUBTREES=y
./arch/mips/configs/decstation_defconfig:CONFIG_IPV6_SUBTREES=y
./arch/powerpc/configs/ppc6xx_defconfig:CONFIG_IPV6_SUBTREES=y

find . -name \*defconfig\* | wc -l

477


Dave Täht
Let's go make home routers and wifi faster! With better software!
https://www.gofundme.com/savewifi


On Mon, Mar 28, 2016 at 7:11 AM, Juliusz Chroboczek
<jch at pps.univ-paris-diderot.fr> wrote:
>> "Autodetection" is just based on the kernel version (via uname).  So
>> it's normal it doesn't change anything on c1 (3.10 < 3.11).  And it's
>> normal too that you need to use it on c2 (3.14 > 3.11, but compiled
>> without IPv6_SUBTREES).
>
> Matthieu,
>
> Why don't you write to the netdev list to ask what's a reliable way to
> detect IPv6_SUBTREES?
>
> -- Juliusz
>
>
>
> _______________________________________________
> Babel-users mailing list
> Babel-users at lists.alioth.debian.org
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/babel-users



More information about the Babel-users mailing list