Add full ubi and sysupgrade images for AP148 and add sysupgrade support for ipq806x to allow updating the current installation. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 46789master
parent
e3f6876623
commit
89815d4645
@ -0,0 +1,18 @@ |
||||
. /lib/ipq806x.sh |
||||
|
||||
PART_NAME=firmware |
||||
|
||||
platform_check_image() { |
||||
local board=$(ipq806x_board_name) |
||||
|
||||
case "$board" in |
||||
AP148) |
||||
nand_do_platform_check $board $1 |
||||
return $?; |
||||
;; |
||||
*) |
||||
return 1; |
||||
esac |
||||
} |
||||
|
||||
# use default for platform_do_upgrade() |
Loading…
Reference in new issue