From b42a17366485e434bbd0182ed2054951b17edd98 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 25 Apr 2013 19:03:41 +0000 Subject: lantiq: make leds and network work on VG3503J Signed-off-by: John Crispin SVN-Revision: 36445 --- target/linux/lantiq/base-files/etc/uci-defaults/02_network | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target/linux/lantiq/base-files/etc/uci-defaults/02_network') diff --git a/target/linux/lantiq/base-files/etc/uci-defaults/02_network b/target/linux/lantiq/base-files/etc/uci-defaults/02_network index 006f1bc..06390a7 100755 --- a/target/linux/lantiq/base-files/etc/uci-defaults/02_network +++ b/target/linux/lantiq/base-files/etc/uci-defaults/02_network @@ -69,6 +69,9 @@ WBMR) ucidef_add_switch_vlan "eth0" "1" "0 1 2 3 4 5" ;; +VG3503J) + ucidef_set_interface_lan 'eth0 eth1' + ;; esac [ -z "$(ls /lib/modules/`uname -r`/ltq_atm*)" ] || set_atm_wan "$vpi" "$vci" "$encaps" "$payload" -- cgit v1.1