From 42ff0103896d22130299fd2e40c759d6c38b5ac1 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Mon, 18 Dec 2017 14:51:30 +0100 Subject: [PATCH] acinclude: configure for generic hardware by default Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/7cfb6bb7a7111dba37c799bd227b3b3eb3e0c1a0 Author: vanhofen 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 --- acinclude.m4 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/acinclude.m4 b/acinclude.m4 index a9acd82a0..6308dd318 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -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)