mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
CNetworkSetup: disable network_services menu
Required with yocto build Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -379,12 +379,12 @@ int CNetworkSetup::showNetworkSetup()
|
||||
mf = new CMenuForwarder(LOCALE_FLASHUPDATE_PROXYSERVER_SEP, true, NULL, &proxy, NULL, CRCInput::RC_0);
|
||||
mf->setHint("", LOCALE_MENU_HINT_NET_PROXY);
|
||||
networkSettings->addItem(mf);
|
||||
|
||||
#if 0
|
||||
//services
|
||||
mf = new CMenuForwarder(LOCALE_NETWORKMENU_SERVICES, true, NULL, &services, NULL, CRCInput::RC_1);
|
||||
mf->setHint("", LOCALE_MENU_HINT_NET_SERVICES);
|
||||
networkSettings->addItem(mf);
|
||||
|
||||
#endif
|
||||
int ret = 0;
|
||||
while(true) {
|
||||
int res = menu_return::RETURN_EXIT;
|
||||
|
Reference in New Issue
Block a user