2
0
forked from Ivasoft/openwrt

lantiq: BT Home Hub 3A - userspace

BT Home Hub 3A - userspace

Signed-off-by: Ben Mulvihill <ben.mulvihill@gmail.com>

SVN-Revision: 43879
This commit is contained in:
John Crispin
2015-01-08 20:25:48 +00:00
parent 9d7d29439b
commit c9a390f9e1
3 changed files with 7 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ platform_check_image() {
local board=$(lantiq_board_name)
case "$board" in
BTHOMEHUBV2B )
BTHOMEHUBV2B|BTHOMEHUBV3A )
nand_do_platform_check $board $1
return $?;
;;