summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKimmo Vuorinen <kimmo.vuorinen@gmail.com>2020-01-22 23:36:26 +0200
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-01-23 14:33:21 +0100
commit177c9ed4b0b56d8651c0c9a3ba9d47b1d59e54b3 (patch)
treed2d32857467c80c8815de132bee745939d309ecd
parenta1502b04430a3a11a56842f7371bfd017d339e76 (diff)
downloadopenwrt-177c9ed4b0b56d8651c0c9a3ba9d47b1d59e54b3.tar.gz
openwrt-177c9ed4b0b56d8651c0c9a3ba9d47b1d59e54b3.tar.bz2
openwrt-177c9ed4b0b56d8651c0c9a3ba9d47b1d59e54b3.zip
uboot-envtools: ath79: add support for glinet,gl-ar150
Add ubootenv uci config for GL.inet GL-AR150 Signed-off-by: Kimmo Vuorinen <kimmo.vuorinen@gmail.com> [commit title/message facelift] Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de> (cherry picked from commit a8723c48add5cc8381d88234b9cdda2bb6a866aa)
-rw-r--r--package/boot/uboot-envtools/files/ath793
1 files changed, 3 insertions, 0 deletions
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"
;;