From 177c9ed4b0b56d8651c0c9a3ba9d47b1d59e54b3 Mon Sep 17 00:00:00 2001 From: Kimmo Vuorinen Date: Wed, 22 Jan 2020 23:36:26 +0200 Subject: [PATCH] uboot-envtools: ath79: add support for glinet,gl-ar150 Add ubootenv uci config for GL.inet GL-AR150 Signed-off-by: Kimmo Vuorinen [commit title/message facelift] Signed-off-by: Adrian Schmutzler (cherry picked from commit a8723c48add5cc8381d88234b9cdda2bb6a866aa) --- package/boot/uboot-envtools/files/ath79 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package/boot/uboot-envtools/files/ath79 b/package/boot/uboot-envtools/files/ath79 index f7fad079cb..4a7aec0cef 100644 --- a/package/boot/uboot-envtools/files/ath79 +++ b/package/boot/uboot-envtools/files/ath79 @@ -32,6 +32,9 @@ yuncore,a782|\ yuncore,xd4200) ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x10000" "0x10000" ;; +glinet,gl-ar150) + ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x8000" "0x10000" + ;; netgear,wndr3700) ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x20000" "0x10000" ;;