The switch is renamed to "switch0" in newer (3.10) linux kernels.
Configure the switch using vlans by default and only configure
the physical switch ports that are present.
Signed-off-by: Richard Mortimer
---
target/linux/lantiq/base-files/etc/uci-defaults/02_network | 5 +++--
1 file changed,
On linux 3.8 the switch is named as "switch0", but the network configuration
script names it as "eth0", causing no communication over ethernet due to no
proper VLAN config.
Signed-off-by: Álvaro Fernández Rojas
---
diff --git a/target/linux/lantiq/base-files/etc/uci-defaults/02_network
b/targe