forked from mirror/openwrt
uboot-envtools: ipq60xx: add support for JDCloud devices
Add uboot-envtools support for JDCloud RE-CS-02 RE-CS-07 and RE-SS-01 Signed-off-by: Fire Chen <firedevel@icloud.com> Link: https://github.com/openwrt/openwrt/pull/21787 Signed-off-by: Robert Marko <robert.marko@sartura.hr>
This commit is contained in:
parent
0c068c6c2f
commit
04308ad284
1 changed files with 3 additions and 0 deletions
|
|
@ -25,6 +25,9 @@ linksys,mr7350|\
|
|||
linksys,mr7500)
|
||||
ubootenv_add_mtd "u_env" "0x0" "0x40000" "0x20000"
|
||||
;;
|
||||
jdcloud,re-cs-02|\
|
||||
jdcloud,re-cs-07|\
|
||||
jdcloud,re-ss-01|\
|
||||
link,nn6000-v1|\
|
||||
link,nn6000-v2)
|
||||
ubootenv_add_mmc "0:APPSBLENV" "" "0x0" "0x40000" "0x20000"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue