CNetworkSetup: disable network_services menu

Required with yocto build

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
2017-10-23 08:17:43 +02:00
parent 9feb8efd23
commit 42b967fb89

View File

@@ -379,12 +379,12 @@ int CNetworkSetup::showNetworkSetup()
mf = new CMenuForwarder(LOCALE_FLASHUPDATE_PROXYSERVER_SEP, true, NULL, &proxy, NULL, CRCInput::RC_0); mf = new CMenuForwarder(LOCALE_FLASHUPDATE_PROXYSERVER_SEP, true, NULL, &proxy, NULL, CRCInput::RC_0);
mf->setHint("", LOCALE_MENU_HINT_NET_PROXY); mf->setHint("", LOCALE_MENU_HINT_NET_PROXY);
networkSettings->addItem(mf); networkSettings->addItem(mf);
#if 0
//services //services
mf = new CMenuForwarder(LOCALE_NETWORKMENU_SERVICES, true, NULL, &services, NULL, CRCInput::RC_1); mf = new CMenuForwarder(LOCALE_NETWORKMENU_SERVICES, true, NULL, &services, NULL, CRCInput::RC_1);
mf->setHint("", LOCALE_MENU_HINT_NET_SERVICES); mf->setHint("", LOCALE_MENU_HINT_NET_SERVICES);
networkSettings->addItem(mf); networkSettings->addItem(mf);
#endif
int ret = 0; int ret = 0;
while(true) { while(true) {
int res = menu_return::RETURN_EXIT; int res = menu_return::RETURN_EXIT;