mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-14 00:43:35 +02:00
nhttpd: remove obsolete CONFIG_SYSTEM_TUXBOX_COOLSTREAM switch
Origin commit data
------------------
Branch: ni/coolstream
Commit: f53335d533
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-09-05 (Tue, 05 Sep 2017)
Origin message was:
------------------
- nhttpd: remove obsolete CONFIG_SYSTEM_TUXBOX_COOLSTREAM switch
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -56,7 +56,8 @@ static CmodCache mod_cache; // static instance
|
||||
#endif
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
#if defined(CONFIG_SYSTEM_TUXBOX) || defined(CONFIG_SYSTEM_TUXBOX_COOLSTREAM)
|
||||
|
||||
#ifdef CONFIG_SYSTEM_TUXBOX
|
||||
#include "neutrinoapi.h"
|
||||
#include <config.h>
|
||||
static CNeutrinoAPI *NeutrinoAPI;
|
||||
@@ -254,7 +255,7 @@ void Cyhttpd::hooks_attach() {
|
||||
CyhookHandler::attach(testhook);
|
||||
#endif
|
||||
|
||||
#if defined(CONFIG_SYSTEM_TUXBOX) || defined(CONFIG_SYSTEM_TUXBOX_COOLSTREAM)
|
||||
#ifdef CONFIG_SYSTEM_TUXBOX
|
||||
NeutrinoAPI = new CNeutrinoAPI();
|
||||
CyhookHandler::attach(NeutrinoAPI->NeutrinoYParser);
|
||||
CyhookHandler::attach(NeutrinoAPI->ControlAPI);
|
||||
@@ -292,7 +293,7 @@ void Cyhttpd::hooks_detach() {
|
||||
delete testhook;
|
||||
#endif
|
||||
|
||||
#if defined(CONFIG_SYSTEM_TUXBOX) || defined(CONFIG_SYSTEM_TUXBOX_COOLSTREAM)
|
||||
#ifdef CONFIG_SYSTEM_TUXBOX
|
||||
CyhookHandler::detach(NeutrinoAPI->NeutrinoYParser);
|
||||
#else
|
||||
#ifdef Y_CONFIG_USE_YPARSER
|
||||
|
Reference in New Issue
Block a user