diff options
author | John Crispin <blogic@openwrt.org> | 2015-01-17 07:07:15 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-01-17 07:07:15 +0000 |
commit | fed2fd6184800bafec817c59356058be289daccb (patch) | |
tree | 1075bf04054623ea847ad55a1cda1feffbbd7f8d /target/linux/lantiq/base-files/lib | |
parent | f35322bbae5a986a97ae08b229697cbeb8f17192 (diff) | |
download | upstream-fed2fd6184800bafec817c59356058be289daccb.tar.gz upstream-fed2fd6184800bafec817c59356058be289daccb.tar.bz2 upstream-fed2fd6184800bafec817c59356058be289daccb.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43987 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 $?; ;; |