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/ramips.sh | |
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/ramips.sh')
-rwxr-xr-x | target/linux/ramips/base-files/lib/ramips.sh | 6 |
1 files changed, 6 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" ;; |