summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files/lib/ramips.sh
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-11-24 18:29:02 +0000
committerJohn Crispin <john@openwrt.org>2015-11-24 18:29:02 +0000
commite9baf8265bb8938169b882deff2026a7389bd9f7 (patch)
tree7e2034802bd38edbe550f5a70efc305563d8d6ea /target/linux/ramips/base-files/lib/ramips.sh
parent12b6f4cf71787950b606dd61f4a649a73453f2f8 (diff)
downloadmaster-31e0f0ae-e9baf8265bb8938169b882deff2026a7389bd9f7.tar.gz
master-31e0f0ae-e9baf8265bb8938169b882deff2026a7389bd9f7.tar.bz2
master-31e0f0ae-e9baf8265bb8938169b882deff2026a7389bd9f7.zip
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
Diffstat (limited to 'target/linux/ramips/base-files/lib/ramips.sh')
-rwxr-xr-xtarget/linux/ramips/base-files/lib/ramips.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh
index a1bcb7261d..d6fdeb9891 100755
--- a/target/linux/ramips/base-files/lib/ramips.sh
+++ b/target/linux/ramips/base-files/lib/ramips.sh
@@ -460,6 +460,9 @@ ramips_board_detect() {
*"ZBT-WR8305RT")
name="zbt-wr8305rt"
;;
+ *"YK1")
+ name="youku-yk1"
+ ;;
*)
name="generic"
;;