diff options
author | John Crispin <john@openwrt.org> | 2015-01-17 07:07:15 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-01-17 07:07:15 +0000 |
commit | 7f77870c19218b65d4262e329b1736ababb9e384 (patch) | |
tree | 44e057c607c69727ef82e87d4f3b440ca15ba20f /target/linux/lantiq/base-files/lib | |
parent | b4d2b69c43b032f8b8ef07fc1d9dcbb80d23556d (diff) | |
download | upstream-7f77870c19218b65d4262e329b1736ababb9e384.tar.gz upstream-7f77870c19218b65d4262e329b1736ababb9e384.tar.bz2 upstream-7f77870c19218b65d4262e329b1736ababb9e384.zip |
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
Diffstat (limited to 'target/linux/lantiq/base-files/lib')
-rwxr-xr-x | target/linux/lantiq/base-files/lib/upgrade/platform.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/base-files/lib/upgrade/platform.sh b/target/linux/lantiq/base-files/lib/upgrade/platform.sh index 84f15c41ae..1688d3af2e 100755 --- a/target/linux/lantiq/base-files/lib/upgrade/platform.sh +++ b/target/linux/lantiq/base-files/lib/upgrade/platform.sh @@ -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 $?; ;; |