OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line -... Line 1...
-   1 #
-   2 # Copyright (C) 2014 OpenWrt.org
-   3 #
-   4  
1 REQUIRE_IMAGE_METADATA=1 5 REQUIRE_IMAGE_METADATA=1
Line 2... Line 6...
2   6  
-   7 platform_check_image() {
-   8 local board=$(board_name)
-   9  
-   10 [ "$ARGC" -gt 1 ] && return 1
-   11  
3 platform_check_image() { 12 nand_do_platform_check $board $1
4 return 0 13 return $?
Line 5... Line 14...
5 } 14 }
6   15  
7 platform_do_upgrade() { 16 platform_do_upgrade() {