summaryrefslogtreecommitdiff
path: root/target/config/Config.in.runtime
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-10-07 06:24:31 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-10-07 06:24:31 +0200
commita5393320f05f681006915fcffe5631da874daee8 (patch)
tree0bc9563da6929ec872bad3263a23519426ec91d4 /target/config/Config.in.runtime
parentc9712ddbbaf32cbf5bcdfd8154a733f2c2c84f6a (diff)
parentc59a468aae2eb6522e97d877992f3b059b4e6242 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/config/Config.in.runtime')
-rw-r--r--target/config/Config.in.runtime23
1 files changed, 23 insertions, 0 deletions
diff --git a/target/config/Config.in.runtime b/target/config/Config.in.runtime
index 207bcc0c1..6b7ee495b 100644
--- a/target/config/Config.in.runtime
+++ b/target/config/Config.in.runtime
@@ -349,6 +349,29 @@ config ADK_SIMPLE_NETWORK_CONFIG_WLAN0_GW
endmenu
+choice
+prompt "WLAN Security"
+depends on ADK_SIMPLE_NETWORK_CONFIG_WLAN0_STATIC || ADK_SIMPLE_NETWORK_CONFIG_WLAN0_DHCP
+default ADK_SIMPLE_NETWORK_CONFIG_WLAN0_NOSEC
+
+config ADK_SIMPLE_NETWORK_CONFIG_WLAN0_NOSEC
+ bool "No security"
+
+config ADK_SIMPLE_NETWORK_CONFIG_WLAN0_WPA2
+ bool "WPA2"
+
+endchoice
+
+config ADK_SIMPLE_NETWORK_CONFIG_WLAN0_WPA2_SSID
+ depends on ADK_SIMPLE_NETWORK_CONFIG_WLAN0_WPA2
+ string "SSID"
+ default ""
+
+config ADK_SIMPLE_NETWORK_CONFIG_WLAN0_WPA2_PW
+ depends on ADK_SIMPLE_NETWORK_CONFIG_WLAN0_WPA2
+ string "Password"
+ default ""
+
menu "eth1 Configuration"
depends on ADK_SIMPLE_NETWORK_CONFIG && \
ADK_TARGET_SYSTEM_MIKROTIK_RB532