diff options
| author | Piotr Dymacz | 2017-10-23 11:39:30 +0000 |
|---|---|---|
| committer | Piotr Dymacz | 2017-11-14 21:36:46 +0000 |
| commit | c7fdff157ef827625668252885aeb84aca25d7bb (patch) | |
| tree | 6e72b0994a8c1bd148edbf2b278551ff72650ff4 | |
| parent | c83bdd094ec4722b35811bd64781d8aacddb2344 (diff) | |
| download | openwrt-c7fdff157ef827625668252885aeb84aca25d7bb.tar.gz | |
uboot-envtools: add support for Wallys DR342
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
| -rw-r--r-- | package/boot/uboot-envtools/files/ar71xx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/boot/uboot-envtools/files/ar71xx b/package/boot/uboot-envtools/files/ar71xx index 08af78d716..6acfa69693 100644 --- a/package/boot/uboot-envtools/files/ar71xx +++ b/package/boot/uboot-envtools/files/ar71xx @@ -66,6 +66,7 @@ dap-2695-a1|\ wzr-hp-ag300h) ubootenv_add_uci_config "/dev/mtd3" "0x0" "0x10000" "0x10000" ;; +dr342|\ dr531) ubootenv_add_uci_config "/dev/mtd1" "0x0" "0xf800" "0x10000" ;; |