fix my c/p error from previous commit

Origin commit data
------------------
Branch: ni/coolstream
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

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2021-01-24 13:23:02 +01:00
parent b006b83681
commit 23944aa21e

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