diff options
author | John Crispin <john@openwrt.org> | 2016-04-26 11:43:11 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2016-04-26 11:43:11 +0000 |
commit | 152da8b240125d835b50cbdd82025643e41069e0 (patch) | |
tree | 9e30b51eefbd96f66d1f18b88137b9dba21bfed3 /package/boot/uboot-envtools/files | |
parent | 279eeeb744f1d3e0d3af7b5801324b05fbf75ffa (diff) | |
download | upstream-152da8b240125d835b50cbdd82025643e41069e0.tar.gz upstream-152da8b240125d835b50cbdd82025643e41069e0.tar.bz2 upstream-152da8b240125d835b50cbdd82025643e41069e0.zip |
lantiq: uboot-envtools on BTHOMEHUBV3A
Generate fw_env.config for BTHOMEHUBV3A.
Signed-off-by: Ben Mulvihill <ben.mulvihill@gmail.com>
SVN-Revision: 49236
Diffstat (limited to 'package/boot/uboot-envtools/files')
-rw-r--r-- | package/boot/uboot-envtools/files/lantiq | 3 |
1 files changed, 3 insertions, 0 deletions
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" ;; |