2
0
forked from Ivasoft/openwrt

Add profile and userspace for P2812HNUF1/3, switch from UBI_GLUEBI to UBI_BLOCK

Add profile and userspace for P2812HNUF1/3, switch from UBI_GLUEBI to UBI_BLOCK

Signed-off-by: Sylwester Petela <sscapi@gmail.com>

SVN-Revision: 43987
This commit is contained in:
John Crispin
2015-01-17 07:07:15 +00:00
parent b4d2b69c43
commit 7f77870c19
6 changed files with 39 additions and 12 deletions

View File

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