diff options
author | Felix Baumann <felix.bau@gmx.de> | 2022-12-26 21:44:45 +0100 |
---|---|---|
committer | Felix Baumann <felix.bau@gmx.de> | 2023-04-02 12:21:26 +0200 |
commit | 21a121af804385839063c1d3de1f628f35a602f3 (patch) | |
tree | 71745ac791ead9f1c5c336de5ab6c5595b8d8a00 /package | |
parent | 3014c694da6c83bba883200ae65b0350a37d7976 (diff) | |
download | upstream-21a121af804385839063c1d3de1f628f35a602f3.tar.gz upstream-21a121af804385839063c1d3de1f628f35a602f3.tar.bz2 upstream-21a121af804385839063c1d3de1f628f35a602f3.zip |
uboot-envtools: add support for ramips Asus RX-AX53U
Adds uboot-envtools support for ramips Asus RX-AX53U now that partition
can be correctly read.
Signed-off-by: Felix Baumann <felix.bau@gmx.de>
[ improve commit title and description ]
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
(cherry picked from commit 75451681d03e609ac8a3d1cd7469eefa53e18ca4)
Diffstat (limited to 'package')
-rw-r--r-- | package/boot/uboot-envtools/files/ramips | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/boot/uboot-envtools/files/ramips b/package/boot/uboot-envtools/files/ramips index 790b4b4df0..f512015c23 100644 --- a/package/boot/uboot-envtools/files/ramips +++ b/package/boot/uboot-envtools/files/ramips @@ -47,6 +47,7 @@ ravpower,rp-wd03) [ -n "$idx" ] && \ ubootenv_add_uci_config "/dev/mtd$idx" "0x4000" "0x1000" "0x1000" ;; +asus,rt-ax53u|\ jcg,q20|\ netgear,wax202) ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x20000" "0x20000" |