configure: Rename hardware defined macros for coolstream stb

BOXMODEL_NEVIS => BOXMODEL_CS_HD1
 configure parameter: --with-boxmodel=hd1
 --with-boxmodel=nevis is deprecated, but still valid

 BOXMODEL_APOLLO => BOXMODEL_CS_HD2
 configure parameter: --with-boxmodel=hd2
 --with-boxmodel=apollo is deprecated, but still valid


Origin commit data
------------------
Branch: ni/coolstream
Commit: bb2a848ae1
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2017-02-12 (Sun, 12 Feb 2017)

Origin message was:
------------------
configure: Rename hardware defined macros for coolstream stb

 BOXMODEL_NEVIS => BOXMODEL_CS_HD1
  configure parameter: --with-boxmodel=hd1
  --with-boxmodel=nevis is deprecated, but still valid

 BOXMODEL_APOLLO => BOXMODEL_CS_HD2
  configure parameter: --with-boxmodel=hd2
  --with-boxmodel=apollo is deprecated, but still valid


------------------
This commit was generated by Migit
This commit is contained in:
Michael Liebmann
2017-02-12 07:32:58 +01:00
parent d5bca0dec2
commit e8b36a1d80
5 changed files with 27 additions and 15 deletions

View File

@@ -11,6 +11,6 @@ install_DATA = \
tuxtxt.ttf \
tuxtxt.otb
if BOXMODEL_APOLLO
if BOXMODEL_CS_HD2
install_DATA += UnDotum.ttf
endif