diff options
author | John Crispin <john@openwrt.org> | 2015-10-05 10:28:39 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-10-05 10:28:39 +0000 |
commit | b26840a9fc4ffa222a78107cbdc09dd7b8c1aaa2 (patch) | |
tree | 4d99cd70e0297d08fc5bd70aab26d7483ae1f9f7 /package/boot/uboot-envtools/files/lantiq | |
parent | a0543c2bdc356e0297ed73c38f09227b752dcb7d (diff) | |
download | upstream-b26840a9fc4ffa222a78107cbdc09dd7b8c1aaa2.tar.gz upstream-b26840a9fc4ffa222a78107cbdc09dd7b8c1aaa2.tar.bz2 upstream-b26840a9fc4ffa222a78107cbdc09dd7b8c1aaa2.zip |
uboot_envtools: add P2812HNUF1
Add generation of /etc/fw_env.config for P2812HNUF1
Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com>
SVN-Revision: 47133
Diffstat (limited to 'package/boot/uboot-envtools/files/lantiq')
-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 69b375d685..b15206129d 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" ;; +P2812HNUF1) + ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x2000" "0x20000" "1" + ;; esac config_load ubootenv |