mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-08 03:50:48 +00:00
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
This commit is contained in:
parent
ca64f498f0
commit
43dd2b9965
@ -114,6 +114,9 @@ ramips_setup_interfaces()
|
|||||||
f5d8235-v1|\
|
f5d8235-v1|\
|
||||||
f5d8235-v2|\
|
f5d8235-v2|\
|
||||||
hg255d|\
|
hg255d|\
|
||||||
|
jhr-n805r|\
|
||||||
|
jhr-n825r|\
|
||||||
|
jhr-n926r|\
|
||||||
rt-n14u|\
|
rt-n14u|\
|
||||||
ubnt-erx|\
|
ubnt-erx|\
|
||||||
ur-326n4g|\
|
ur-326n4g|\
|
||||||
|
@ -36,6 +36,7 @@ get_status_led() {
|
|||||||
dcs-930l-b1|\
|
dcs-930l-b1|\
|
||||||
ex2700|\
|
ex2700|\
|
||||||
hlk-rm04|\
|
hlk-rm04|\
|
||||||
|
jhr-n825r|\
|
||||||
mpr-a1|\
|
mpr-a1|\
|
||||||
mpr-a2)
|
mpr-a2)
|
||||||
status_led="$board:red:power"
|
status_led="$board:red:power"
|
||||||
@ -109,6 +110,8 @@ get_status_led() {
|
|||||||
status_led="$board:orange:status"
|
status_led="$board:orange:status"
|
||||||
;;
|
;;
|
||||||
hc5*61|\
|
hc5*61|\
|
||||||
|
jhr-n805r|\
|
||||||
|
jhr-n926r|\
|
||||||
mlw221|\
|
mlw221|\
|
||||||
mlwg2)
|
mlwg2)
|
||||||
status_led="$board:blue:system"
|
status_led="$board:blue:system"
|
||||||
|
@ -202,6 +202,15 @@ ramips_board_detect() {
|
|||||||
*"IP2202")
|
*"IP2202")
|
||||||
name="ip2202"
|
name="ip2202"
|
||||||
;;
|
;;
|
||||||
|
*"JHR-N805R")
|
||||||
|
name="jhr-n805r"
|
||||||
|
;;
|
||||||
|
*"JHR-N825R")
|
||||||
|
name="jhr-n825r"
|
||||||
|
;;
|
||||||
|
*"JHR-N926R")
|
||||||
|
name="jhr-n926r"
|
||||||
|
;;
|
||||||
*"M3")
|
*"M3")
|
||||||
name="m3"
|
name="m3"
|
||||||
;;
|
;;
|
||||||
|
@ -63,6 +63,9 @@ platform_check_image() {
|
|||||||
ht-tm02|\
|
ht-tm02|\
|
||||||
hw550-3g|\
|
hw550-3g|\
|
||||||
ip2202|\
|
ip2202|\
|
||||||
|
jhr-n805r|\
|
||||||
|
jhr-n825r|\
|
||||||
|
jhr-n926r|\
|
||||||
linkits7688|\
|
linkits7688|\
|
||||||
linkits7688d|\
|
linkits7688d|\
|
||||||
m2m|\
|
m2m|\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user