mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
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:
@@ -61,7 +61,7 @@ neutrino_SOURCES = neutrino_menue.cpp neutrino.cpp
|
||||
|
||||
AM_CPPFLAGS += -D_FILE_OFFSET_BITS=64
|
||||
|
||||
if BOXMODEL_APOLLO
|
||||
if BOXMODEL_CS_HD2
|
||||
MTDUTILSLIBS = \
|
||||
system/mtdutils/libneutrino_system_mtdutils.a \
|
||||
system/mtdutils/lib/libneutrino_system_mtdutils_lib.a
|
||||
@@ -145,14 +145,14 @@ if BOXTYPE_COOL
|
||||
neutrino_LDADD += -lcoolstream-mt -lca-sc
|
||||
if ENABLE_TMSDK
|
||||
else
|
||||
if BOXMODEL_APOLLO
|
||||
if BOXMODEL_CS_HD2
|
||||
neutrino_LDADD += -lca-ci -llnxtmvssUsr -llnxUKAL -llnxplatUsr -llnxtmasUsr -llnxdvbciUsr -llnxpvrUsr -llnxcssUsr -llnxnotifyqUsr -ltmpvrDataManager-cst -ltmpvrIndexStorage -llnxscsUsr
|
||||
else
|
||||
neutrino_LDADD += -lnxp
|
||||
endif
|
||||
endif
|
||||
|
||||
if BOXMODEL_APOLLO
|
||||
if BOXMODEL_CS_HD2
|
||||
neutrino_LDADD += -liconv
|
||||
endif
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
if BOXMODEL_APOLLO
|
||||
if BOXMODEL_CS_HD2
|
||||
SUBDIRS = mtdutils
|
||||
endif
|
||||
|
||||
|
Reference in New Issue
Block a user