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
This commit is contained in:
parent
a0543c2bdc
commit
b26840a9fc
1 changed files with 3 additions and 0 deletions
|
@ -20,6 +20,9 @@ GIGASX76X)
|
||||||
BTHOMEHUBV2B)
|
BTHOMEHUBV2B)
|
||||||
ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x10000" "0x10000" "1"
|
ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x10000" "0x10000" "1"
|
||||||
;;
|
;;
|
||||||
|
P2812HNUF1)
|
||||||
|
ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x2000" "0x20000" "1"
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
config_load ubootenv
|
config_load ubootenv
|
||||||
|
|
Loading…
Reference in a new issue