acinclude: configure for generic hardware by default

Origin commit data
------------------
Branch: ni/coolstream
Commit: 7cfb6bb7a7
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-12-18 (Mon, 18 Dec 2017)

Origin message was:
------------------
- acinclude: configure for generic hardware by default

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2017-12-18 14:51:30 +01:00
parent 8dfe39f6c5
commit 42ff010389

View File

@@ -320,7 +320,7 @@ AC_ARG_WITH(boxtype,
AC_MSG_ERROR([bad value $withval for --with-boxtype])
;;
esac],
[BOXTYPE="coolstream"])
[BOXTYPE="generic"])
AC_ARG_WITH(boxmodel,
AS_HELP_STRING([--with-boxmodel], [valid for coolstream: hd1, hd2])
@@ -363,8 +363,7 @@ AS_HELP_STRING([], [valid for generic: raspi]),
*)
AC_MSG_ERROR([unsupported value $withval for --with-boxmodel])
;;
esac],
[test "$BOXTYPE" = "coolstream" && BOXMODEL="hd1" || true])
esac])
AC_SUBST(BOXTYPE)
AC_SUBST(BOXMODEL)