summaryrefslogtreecommitdiff
path: root/target/config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-20 14:40:55 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-20 14:41:37 +0200
commita4b30459ce19bdbde09c91c97772b6bb8a66030c (patch)
treef45bb237b9d862710907a70a2c48c03b05219576 /target/config
parent64c7cfdc54c30633f9bfe7f2ef7bcd39de2e1672 (diff)
fix nfsv4 with musl
Diffstat (limited to 'target/config')
-rw-r--r--target/config/Config.in.runtime8
1 files changed, 4 insertions, 4 deletions
diff --git a/target/config/Config.in.runtime b/target/config/Config.in.runtime
index 3eb9f1830..30650f19a 100644
--- a/target/config/Config.in.runtime
+++ b/target/config/Config.in.runtime
@@ -208,8 +208,6 @@ config ADK_SIMPLE_NETWORK_CONFIG
help
Manually change network config
- WWW: http://www.openadk.org
-
menu "eth0 Configuration"
depends on ADK_SIMPLE_NETWORK_CONFIG
@@ -255,7 +253,7 @@ config SIMPLE_NETWORK_CONFIG_ETH0_BRIDGE
config SIMPLE_NETWORK_CONFIG_ETH0_BC
depends on SIMPLE_NETWORK_CONFIG_ETH0_TYPE_NIC_MANUAL || SIMPLE_NETWORK_CONFIG_ETH0_TYPE_BRIDGE_IP
- string "eth0 Broadcast"
+ string
default "+"
endmenu
@@ -322,7 +320,9 @@ config SIMPLE_NETWORK_CONFIG_ETH1_NM
config SIMPLE_NETWORK_CONFIG_ETH1_GW
depends on SIMPLE_NETWORK_CONFIG_ETH1_TYPE_NIC_MANUAL
+ depends on !SIMPLE_NETWORK_CONFIG_ETH0_GW
string "eth1 Gateway"
+ default "" if !SIMPLE_NETWORK_CONFIG_ETH0_GW
default "192.168.1.1"
config SIMPLE_NETWORK_CONFIG_ETH1_BRIDGE
@@ -332,7 +332,7 @@ config SIMPLE_NETWORK_CONFIG_ETH1_BRIDGE
config SIMPLE_NETWORK_CONFIG_ETH1_BC
depends on SIMPLE_NETWORK_CONFIG_ETH1_TYPE_NIC_MANUAL || SIMPLE_NETWORK_CONFIG_ETH1_TYPE_BRIDGE_IP
- string "eth1 Broadcast"
+ string
default "+"
endmenu