diff options
author | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-04-25 19:03:41 +0000 |
---|---|---|
committer | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-04-25 19:03:41 +0000 |
commit | a9778ae5971791e9382a9e2a41ee8ee2fac4294a (patch) | |
tree | 7d3853eb14aad42091a72a45d754aa5b500e0ed4 /target/linux/lantiq/base-files/etc/uci-defaults/02_network | |
parent | 3f99c9f1c68e5c279dc604b04b34fb4cf9ecd1d2 (diff) |
lantiq: make leds and network work on VG3503J
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36445 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 006f1bcc4..06390a73d 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" |