fix my c/p error from previous commit

Origin commit data
------------------
Commit: 8185d0e458
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-01-24 (Sun, 24 Jan 2021)

Origin message was:
------------------
- fix my c/p error from previous commit
This commit is contained in:
vanhofen
2021-01-24 13:23:02 +01:00
parent f731ee7d96
commit e5a19f157b

View File

@@ -494,7 +494,7 @@ AS_HELP_STRING([], [valid for mipsbox: vuduo, vuduo2]),
AC_MSG_ERROR([unknown model $withval for boxtype $BOXTYPE])
fi
;;
vuduo, vuduo2, gb800se, osnino, osninoplus, osninopro)
vuduo|vuduo2|gb800se|osnino|osninoplus|osninopro)
if test "$BOXTYPE" = "mipsbox"; then
BOXMODEL="$withval"
else