Add profile and userspace for P2812HNUF1/3, switch from UBI_GLUEBI to UBI_BLOCK
[openwrt/openwrt.git] / target / linux / lantiq / base-files / lib / upgrade / platform.sh
index 84f15c41aeb3fbbc61402675e58bafda0dcee381..1688d3af2efd83d7bb5774bc8a69936fbb66b648 100755 (executable)
@@ -7,7 +7,7 @@ platform_check_image() {
        local board=$(lantiq_board_name)
 
        case "$board" in
        local board=$(lantiq_board_name)
 
        case "$board" in
-               BTHOMEHUBV2B|BTHOMEHUBV3A )
+               BTHOMEHUBV2B|BTHOMEHUBV3A|P2812HNUF* )
                        nand_do_platform_check $board $1
                        return $?;
                        ;;
                        nand_do_platform_check $board $1
                        return $?;
                        ;;