diff options
author | John Crispin <john@openwrt.org> | 2016-03-04 08:33:09 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2016-03-04 08:33:09 +0000 |
commit | 43dd2b996522b0588e5f91a4c746a01d4130655c (patch) | |
tree | ba6f3e4ebdff095dce43776d2c887b0c9fb5472f /target/linux/ramips/base-files/etc | |
parent | ca64f498f0506276faba1de16e71bc5450de6243 (diff) | |
download | upstream-43dd2b996522b0588e5f91a4c746a01d4130655c.tar.gz upstream-43dd2b996522b0588e5f91a4c746a01d4130655c.tar.bz2 upstream-43dd2b996522b0588e5f91a4c746a01d4130655c.zip |
ramips: Add JCG routers to base-files
This patch adds support for JHR-N805R, JHR-N825R and JHR-N926R to
various scripts in the base-files directory.
Signed-off-by: Reinhard Max <reinhard@m4x.de>
Reviewed-by: Torsten Duwe <duwe@lst.de>
SVN-Revision: 48905
Diffstat (limited to 'target/linux/ramips/base-files/etc')
-rwxr-xr-x | target/linux/ramips/base-files/etc/board.d/02_network | 3 | ||||
-rw-r--r-- | target/linux/ramips/base-files/etc/diag.sh | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files/etc/board.d/02_network b/target/linux/ramips/base-files/etc/board.d/02_network index 0a680d0975..2312811078 100755 --- a/target/linux/ramips/base-files/etc/board.d/02_network +++ b/target/linux/ramips/base-files/etc/board.d/02_network @@ -114,6 +114,9 @@ ramips_setup_interfaces() f5d8235-v1|\ f5d8235-v2|\ hg255d|\ + jhr-n805r|\ + jhr-n825r|\ + jhr-n926r|\ rt-n14u|\ ubnt-erx|\ ur-326n4g|\ diff --git a/target/linux/ramips/base-files/etc/diag.sh b/target/linux/ramips/base-files/etc/diag.sh index c7c7815b25..daa7fb1afd 100644 --- a/target/linux/ramips/base-files/etc/diag.sh +++ b/target/linux/ramips/base-files/etc/diag.sh @@ -36,6 +36,7 @@ get_status_led() { dcs-930l-b1|\ ex2700|\ hlk-rm04|\ + jhr-n825r|\ mpr-a1|\ mpr-a2) status_led="$board:red:power" @@ -109,6 +110,8 @@ get_status_led() { status_led="$board:orange:status" ;; hc5*61|\ + jhr-n805r|\ + jhr-n926r|\ mlw221|\ mlwg2) status_led="$board:blue:system" |