ramips: add support for dir810l and asus rp-n53

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 37780
This commit is contained in:
John Crispin
2013-08-14 18:15:35 +00:00
parent 632a3e3a79
commit 36e3424fa5
7 changed files with 298 additions and 1 deletions

View File

@@ -88,6 +88,9 @@ ramips_board_detect() {
*"DIR-645")
name="dir-645"
;;
*"DIR-810L")
name="dir-810l"
;;
*"DAP-1350")
name="dap-1350"
;;
@@ -166,6 +169,9 @@ ramips_board_detect() {
*"PWH2004")
name="pwh2004"
;;
*"Asus RP-N53")
name="rp-n53"
;;
*"RT-G32 B1")
name="rt-g32-b1"
;;

View File

@@ -36,6 +36,7 @@ platform_check_image() {
dir-615-d | \
dir-620-a1 | \
dir-620-d1 | \
dir-810l | \
dap-1350 | \
esr-9753 | \
f7c027 | \
@@ -56,6 +57,7 @@ platform_check_image() {
omni-emb | \
omni-emb-hpm | \
psr-680w | \
rp-n53 | \
rt-g32-b1 | \
rt-n10-plus | \
rt-n15 | \