diff options
author | Stefan Lippers-Hollmann <s.l-h@gmx.de> | 2018-12-16 21:41:55 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2018-12-18 20:17:16 +0100 |
commit | 02b5efe1facac603075890e974ea11ee0246e46c (patch) | |
tree | 97cddabdef36257bc88c51a201be23eaaa6dfb63 /package/boot | |
parent | 4200dae3671f0c56196fe2635794ba459e99db66 (diff) | |
download | upstream-02b5efe1facac603075890e974ea11ee0246e46c.tar.gz upstream-02b5efe1facac603075890e974ea11ee0246e46c.tar.bz2 upstream-02b5efe1facac603075890e974ea11ee0246e46c.zip |
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>
Diffstat (limited to 'package/boot')
-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|\ |