mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
- acinclude: simplify commit 15632941c1
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
13
acinclude.m4
13
acinclude.m4
@@ -418,10 +418,6 @@ AC_ARG_WITH(boxtype,
|
||||
tripledragon|coolstream|spark|azbox|generic|armbox)
|
||||
BOXTYPE="$withval"
|
||||
;;
|
||||
hd60)
|
||||
BOXTYPE="armbox"
|
||||
BOXMODEL="$withval"
|
||||
;;
|
||||
*)
|
||||
AC_MSG_ERROR([bad value $withval for --with-boxtype])
|
||||
;;
|
||||
@@ -452,14 +448,7 @@ AS_HELP_STRING([], [valid for generic: raspi]),
|
||||
AC_MSG_ERROR([unknown model $withval for boxtype $BOXTYPE])
|
||||
fi
|
||||
;;
|
||||
hd51)
|
||||
if test "$BOXTYPE" = "armbox"; then
|
||||
BOXMODEL="$withval"
|
||||
else
|
||||
AC_MSG_ERROR([unknown model $withval for boxtype $BOXTYPE])
|
||||
fi
|
||||
;;
|
||||
hd60)
|
||||
hd51|hd60)
|
||||
if test "$BOXTYPE" = "armbox"; then
|
||||
BOXMODEL="$withval"
|
||||
else
|
||||
|
Reference in New Issue
Block a user