diff options
author | John Crispin <john@openwrt.org> | 2013-08-14 18:15:35 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-08-14 18:15:35 +0000 |
commit | 36e3424fa5200e645e5193d3b7fbeab596968ad7 (patch) | |
tree | c22d0c308bd3dab682089969b8aa22d353d78ee5 /target/linux/ramips/base-files/lib | |
parent | 632a3e3a79b8648086a74253c5bd96a1b275d213 (diff) | |
download | mtk-20170518-36e3424fa5200e645e5193d3b7fbeab596968ad7.zip mtk-20170518-36e3424fa5200e645e5193d3b7fbeab596968ad7.tar.gz mtk-20170518-36e3424fa5200e645e5193d3b7fbeab596968ad7.tar.bz2 |
ramips: add support for dir810l and asus rp-n53
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37780
Diffstat (limited to 'target/linux/ramips/base-files/lib')
-rwxr-xr-x | target/linux/ramips/base-files/lib/ramips.sh | 6 | ||||
-rwxr-xr-x | target/linux/ramips/base-files/lib/upgrade/platform.sh | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index 858a809..3ec44d2 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -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" ;; diff --git a/target/linux/ramips/base-files/lib/upgrade/platform.sh b/target/linux/ramips/base-files/lib/upgrade/platform.sh index e85bead..4545af0 100755 --- a/target/linux/ramips/base-files/lib/upgrade/platform.sh +++ b/target/linux/ramips/base-files/lib/upgrade/platform.sh @@ -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 | \ |