[LEDE-DEV] [PATCH] kernel: try to remove TCP_RENO from the kernel.

2017-08-05 Thread Rosen Penev
LEDE currently uses CUBIC and not RENO by default. In theory, this change should remove RENO from the kernel, but it doesn't. Might as well keep it like this in case something changes. Signed-off by: Rosen Penev --- target/linux/generic/config-3.18 | 2 +-

[LEDE-DEV] wifi and wan ipv6 connectivity

2017-08-05 Thread e9hack
Hi, executing of command wifi disables ipv6 connectivity on wan interface. The wan interface is pppoe-wan. To get ipv6 connectivity again, I've to execute manually ubus call network add_dynamic '{ "name": "wan_6", "ifname": "@wan", "proto": "dhcpv6", "zone": "wan" }' what is usually done by