From 152da8b240125d835b50cbdd82025643e41069e0 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Tue, 26 Apr 2016 11:43:11 +0000 Subject: [PATCH] lantiq: uboot-envtools on BTHOMEHUBV3A Generate fw_env.config for BTHOMEHUBV3A. Signed-off-by: Ben Mulvihill SVN-Revision: 49236 --- package/boot/uboot-envtools/files/lantiq | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package/boot/uboot-envtools/files/lantiq b/package/boot/uboot-envtools/files/lantiq index b15206129d..9f7ec8cf26 100644 --- a/package/boot/uboot-envtools/files/lantiq +++ b/package/boot/uboot-envtools/files/lantiq @@ -20,6 +20,9 @@ GIGASX76X) BTHOMEHUBV2B) ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x10000" "0x10000" "1" ;; +BTHOMEHUBV3A) + ubootenv_add_uci_config "/dev/mtd2" "0x0" "0x4000" "0x4000" "1" + ;; P2812HNUF1) ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x2000" "0x20000" "1" ;; -- 2.30.2