diff options
author | John Crispin <john@openwrt.org> | 2013-04-25 19:03:41 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-04-25 19:03:41 +0000 |
commit | b42a17366485e434bbd0182ed2054951b17edd98 (patch) | |
tree | f2860c8274386fe8cc740513633cde7fc6dd4624 /target/linux/lantiq/base-files/etc/uci-defaults/02_network | |
parent | 520bf463750cf0d5dc582797dc1a0a090e056f4f (diff) | |
download | mtk-20170518-b42a17366485e434bbd0182ed2054951b17edd98.zip mtk-20170518-b42a17366485e434bbd0182ed2054951b17edd98.tar.gz mtk-20170518-b42a17366485e434bbd0182ed2054951b17edd98.tar.bz2 |
lantiq: make leds and network work on VG3503J
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36445
Diffstat (limited to 'target/linux/lantiq/base-files/etc/uci-defaults/02_network')
-rwxr-xr-x | target/linux/lantiq/base-files/etc/uci-defaults/02_network | 3 |
1 files changed, 3 insertions, 0 deletions
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" |