diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-25 16:40:31 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-25 16:43:32 +0200 |
commit | e9d4eec9a530359a47bdcfe4f9bf7d1824f6f431 (patch) | |
tree | f4890847871dcbc8dee67669643aa6e93328273d /target/config/Config.in.runtime | |
parent | 2677db2828c4c5c5c24e96b778227d66d5e65979 (diff) |
finetune netowrk config
Diffstat (limited to 'target/config/Config.in.runtime')
-rw-r--r-- | target/config/Config.in.runtime | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/config/Config.in.runtime b/target/config/Config.in.runtime index bd720f177..22600f9d2 100644 --- a/target/config/Config.in.runtime +++ b/target/config/Config.in.runtime @@ -366,6 +366,14 @@ endmenu config ADK_SIMPLE_NETWORK_CONFIG_NS depends on ADK_SIMPLE_NETWORK_CONFIG + depends on !ADK_SIMPLE_NETWORK_CONFIG_ETH0_DHCP + depends on !ADK_SIMPLE_NETWORK_CONFIG_ETH1_DHCP + depends on !ADK_SIMPLE_NETWORK_CONFIG_WLAN0_DHCP string "Nameserver" default "10.0.0.1" +config ADK_SIMPLE_NETWORK_CONFIG_PROXY + depends on ADK_SIMPLE_NETWORK_CONFIG + string "HTTP-Proxy (f.e. http://10.0.0.2:8080)" + default "" + |