diff options
| author | Stefan Lippers-Hollmann | 2018-12-16 20:41:55 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2018-12-18 19:17:16 +0000 |
| commit | 02b5efe1facac603075890e974ea11ee0246e46c (patch) | |
| tree | 97cddabdef36257bc88c51a201be23eaaa6dfb63 | |
| parent | 4200dae3671f0c56196fe2635794ba459e99db66 (diff) | |
| download | openwrt-02b5efe1facac603075890e974ea11ee0246e46c.tar.gz | |
uboot-envtools: ath79: add support for the Buffalo BHR-4GRV2
According to https://github.com/openwrt/openwrt/pull/1527, support
for the Buffalo BHR-4GRV2 in ath79 requires repartitioning from
an initramfs image, make this easier by supporting uboot-envtools
support out of the box.
Build tested, but not runtime tested.
Signed-off-by: Stefan Lippers-Hollmann <s.l-h@gmx.de>
| -rw-r--r-- | package/boot/uboot-envtools/files/ath79 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/boot/uboot-envtools/files/ath79 b/package/boot/uboot-envtools/files/ath79 index 576e63f309..a306f6733b 100644 --- a/package/boot/uboot-envtools/files/ath79 +++ b/package/boot/uboot-envtools/files/ath79 @@ -16,6 +16,7 @@ case "$board" in buffalo,wzr-hp-ag300h) ubootenv_add_uci_config "/dev/mtd3" "0x0" "0x10000" "0x10000" ;; +buffalo,bhr-4grv2|\ glinet,ar300m|\ ocedo,koala|\ ocedo,raccoon|\ |