From 02b5efe1facac603075890e974ea11ee0246e46c Mon Sep 17 00:00:00 2001 From: Stefan Lippers-Hollmann Date: Sun, 16 Dec 2018 21:41:55 +0100 Subject: 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 --- package/boot/uboot-envtools/files/ath79 | 1 + 1 file changed, 1 insertion(+) 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|\ -- cgit v1.2.3