ramips: Add support for Huawei HG255D in trunk

HG255D is a kind of popular low-end home gateway in China, this patch bring the the trunk support for it. It is adapted from a local Chinese community (www.right.com.cn), so credit should given to them.

This patch is tested to work except trivial LED issues.

Signed-off-by: Leon Xu <ylxu72@gmail.com>

SVN-Revision: 37505
This commit is contained in:
John Crispin
2013-07-22 15:36:39 +00:00
parent 11d027380e
commit 0cc1e2acb4
8 changed files with 156 additions and 1 deletions

View File

@@ -217,6 +217,9 @@ ramips_board_detect() {
*"XDX RN502J")
name="xdxrn502j"
;;
*"HG255D")
name="hg255d"
;;
*)
name="generic"
;;