enable sysupgrade on the WRT160Nl

SVN-Revision: 17202
lede-17.01
Gabor Juhos 2009-08-09 14:12:24 +00:00
parent 214f39d46d
commit a59d59be79
1 changed files with 8 additions and 1 deletions

View File

@ -28,6 +28,13 @@ platform_check_image() {
}
return 0
;;
wrt160nl)
[ "$magic" != "4e4c" ] && {
echo "Invalid image type."
return 1
}
return 0
;;
esac
echo "Sysupgrade is not yet supported on $board."