diff options
author | Piotr Dymacz <pepe2k@gmail.com> | 2020-09-06 09:53:12 +0200 |
---|---|---|
committer | Piotr Dymacz <pepe2k@gmail.com> | 2020-09-28 01:28:37 +0200 |
commit | 9b699301f5bda1e03388a51e9892ff7f5e2a44a9 (patch) | |
tree | 529e81ea00b462f14632cca8b759d015fdb3eee1 /package/boot/uboot-envtools/files/ath79 | |
parent | c65c306d336418f3b6519693d892148f6e2eb38e (diff) | |
download | upstream-9b699301f5bda1e03388a51e9892ff7f5e2a44a9.tar.gz upstream-9b699301f5bda1e03388a51e9892ff7f5e2a44a9.tar.bz2 upstream-9b699301f5bda1e03388a51e9892ff7f5e2a44a9.zip |
uboot-envtools: ath79: add support for Wallys DR531
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
Diffstat (limited to 'package/boot/uboot-envtools/files/ath79')
-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 0c01b66f9d..1556094703 100644 --- a/package/boot/uboot-envtools/files/ath79 +++ b/package/boot/uboot-envtools/files/ath79 @@ -76,6 +76,9 @@ netgear,wndr4300sw) qihoo,c301) ubootenv_add_uci_config "/dev/mtd9" "0x0" "0x10000" "0x10000" ;; +wallys,dr531) + ubootenv_add_uci_config "/dev/mtd1" "0x0" "0xf800" "0x10000" + ;; esac config_load ubootenv |