mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 07:22:57 +02:00
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:
@@ -320,7 +320,7 @@ AC_ARG_WITH(boxtype,
|
|||||||
AC_MSG_ERROR([bad value $withval for --with-boxtype])
|
AC_MSG_ERROR([bad value $withval for --with-boxtype])
|
||||||
;;
|
;;
|
||||||
esac],
|
esac],
|
||||||
[BOXTYPE="coolstream"])
|
[BOXTYPE="generic"])
|
||||||
|
|
||||||
AC_ARG_WITH(boxmodel,
|
AC_ARG_WITH(boxmodel,
|
||||||
AS_HELP_STRING([--with-boxmodel], [valid for coolstream: hd1, hd2])
|
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])
|
AC_MSG_ERROR([unsupported value $withval for --with-boxmodel])
|
||||||
;;
|
;;
|
||||||
esac],
|
esac])
|
||||||
[test "$BOXTYPE" = "coolstream" && BOXMODEL="hd1" || true])
|
|
||||||
|
|
||||||
AC_SUBST(BOXTYPE)
|
AC_SUBST(BOXTYPE)
|
||||||
AC_SUBST(BOXMODEL)
|
AC_SUBST(BOXMODEL)
|
||||||
|
Reference in New Issue
Block a user