2
0
forked from Ivasoft/openwrt

ramips/base-files: Add support for Archer C50

Signed-off-by: Henryk Heisig <hyniu@o2.pl>
This commit is contained in:
Henryk Heisig
2016-06-12 23:43:51 +02:00
committed by John Crispin
parent 1c00c09eb6
commit 75af981239
5 changed files with 16 additions and 1 deletions

View File

@@ -182,7 +182,8 @@ platform_check_image() {
}
return 0
;;
c20i)
c20i|\
c50)
[ "$magic" != "03000000" ] && {
echo "Invalid image type."
return 1