2
0
forked from Ivasoft/openwrt

ramips: add support for Youku YK1

Changes since V1:
I resend this patch for current trunk.The former V1 patch is for CC branch.

Signed-off-by: Shonn Lu <countrysideboy@qq.com>

SVN-Revision: 47617
This commit is contained in:
John Crispin
2015-11-24 18:29:02 +00:00
parent 12b6f4cf71
commit e9baf8265b
6 changed files with 141 additions and 2 deletions

View File

@@ -268,6 +268,11 @@ zbt-wr8305rt)
zte-q7)
set_wifi_led "$board:blue:status"
;;
youku-yk1)
ucidef_set_led_default "power" "power" "$board:blue:power" "1"
set_wifi_led "$board:blue:air"
set_usb_led "$board:blue:usb"
;;
esac
board_config_flush

View File

@@ -84,7 +84,8 @@ ramips_setup_interfaces()
wsr-600|\
wt1520|\
y1|\
zbt-wg2626)
zbt-wg2626|\
youku-yk1)
ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
ucidef_add_switch "switch0" "1" "1"
ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 6t"