package/uboot-envtools: add OpenMesh MR600v2 support
Signed-off-by: Marek Lindner <marek@open-mesh.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35432
This commit is contained in:
parent
7bcc6506bc
commit
a2a5f9b405
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ board=$(ar71xx_board_name)
|
|||
case "$board" in
|
||||
all0258n | \
|
||||
cap4200ag | \
|
||||
mr600)
|
||||
mr600 | \
|
||||
mr600v2)
|
||||
ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x10000" "0x10000"
|
||||
;;
|
||||
alfa-ap96 | \
|
||||
|
|
Loading…
Reference in a new issue