From 8d3add94db5c955f83a656389ea44b9db82fceb7 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36445 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/lantiq/base-files/etc/uci-defaults/01_leds | 7 +++++++ target/linux/lantiq/base-files/etc/uci-defaults/02_network | 3 +++ 2 files changed, 10 insertions(+) (limited to 'target/linux/lantiq/base-files') diff --git a/target/linux/lantiq/base-files/etc/uci-defaults/01_leds b/target/linux/lantiq/base-files/etc/uci-defaults/01_leds index 3f87fe0758..bdf1311705 100755 --- a/target/linux/lantiq/base-files/etc/uci-defaults/01_leds +++ b/target/linux/lantiq/base-files/etc/uci-defaults/01_leds @@ -19,6 +19,13 @@ done board=$(lantiq_board_id) case "$board" in +VG3503J) + ucidef_set_led_netdev "lan1" "lan1" "bt:green:lan1" "eth0" + ucidef_set_led_netdev "lan2" "lan2" "bt:green:lan2" "eth1" + ucidef_set_led_netdev "port1" "port1" "bt:green:port1" "eth0" + ucidef_set_led_netdev "port2" "port2" "bt:green:port2" "eth1" + ucidef_set_led_netdev "vdsl" "vdsl" "bt:green:dsl" "ptm0" + ;; *) ;; esac 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 006f1bcc45..06390a73d9 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.2.3