[openwrt/openwrt] uboot-envtools: add support for ramips Asus RX-AX53U
LEDE Commits
lede-commits at lists.infradead.org
Sun Apr 2 07:13:27 PDT 2023
hauke pushed a commit to openwrt/openwrt.git, branch openwrt-22.03:
https://git.openwrt.org/21a121af804385839063c1d3de1f628f35a602f3
commit 21a121af804385839063c1d3de1f628f35a602f3
Author: Felix Baumann <felix.bau at gmx.de>
AuthorDate: Mon Dec 26 21:44:45 2022 +0100
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 at gmx.de>
[ improve commit title and description ]
Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
(cherry picked from commit 75451681d03e609ac8a3d1cd7469eefa53e18ca4)
---
package/boot/uboot-envtools/files/ramips | 1 +
1 file changed, 1 insertion(+)
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"
More information about the lede-commits
mailing list