diff options
author | Kimmo Vuorinen <kimmo.vuorinen@gmail.com> | 2020-01-22 23:36:26 +0200 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-01-23 14:08:24 +0100 |
commit | a8723c48add5cc8381d88234b9cdda2bb6a866aa (patch) | |
tree | 9925ad8b2366b50ea53f7181b1529ffca42c87dc /package/boot | |
parent | dc6dfaac80f392baef1d0d7b06bb1fc19812e041 (diff) | |
download | upstream-a8723c48add5cc8381d88234b9cdda2bb6a866aa.tar.gz upstream-a8723c48add5cc8381d88234b9cdda2bb6a866aa.tar.bz2 upstream-a8723c48add5cc8381d88234b9cdda2bb6a866aa.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>
Diffstat (limited to 'package/boot')
-rw-r--r-- | package/boot/uboot-envtools/files/ath79 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/boot/uboot-envtools/files/ath79 b/package/boot/uboot-envtools/files/ath79 index aafced98db..50e1c80073 100644 --- a/package/boot/uboot-envtools/files/ath79 +++ b/package/boot/uboot-envtools/files/ath79 @@ -44,6 +44,9 @@ yuncore,xd4200) buffalo,wzr-hp-ag300h) ubootenv_add_uci_config "/dev/mtd3" "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" ;; |