diff --git a/configs/detron/wlan/appconfig b/configs/detron/wlan/appconfig
index d529420492121c6bd35693a0a47de100ed8f35bd..d08f73002b99de895764d25a876990c157fc0e04 100644
--- a/configs/detron/wlan/appconfig
+++ b/configs/detron/wlan/appconfig
@@ -37,3 +37,7 @@
 
 CONFIGURED_APPS += examples/wlan
 
+# Networking support
+
+CONFIGURED_APPS += netutils/uiplib
+
diff --git a/configs/detron/wlan/defconfig b/configs/detron/wlan/defconfig
index 6ab071b01441386ee79509b437c2fc678ac997eb..bb55832aad60ba3cd294e6e9a4e77b8462f492f7 100755
--- a/configs/detron/wlan/defconfig
+++ b/configs/detron/wlan/defconfig
@@ -767,6 +767,15 @@ CONFIG_EXAMPLE_NETTEST_DRIPADDR=(10<<24|0<<16|0<<8|1)
 CONFIG_EXAMPLE_NETTEST_NETMASK=(255<<24|255<<16|255<<8|0)
 CONFIG_EXAMPLE_NETTEST_CLIENTIP=(10<<24|0<<16|0<<8|1)
 
+#
+# Settings for apps/examples/wlan
+#
+CONFIG_EXAMPLE_WLAN_DHCPC=n
+CONFIG_EXAMPLE_WLAN_NOMAC=n
+CONFIG_EXAMPLE_WLAN_IPADDR=(192<<24|168<<16|0<<8|201)
+CONFIG_EXAMPLE_WLAN_DRIPADDR=(192<<24|168<<16|0<<8|1)
+CONFIG_EXAMPLE_WLAN_NETMASK=(255<<24|255<<16|255<<8|0)
+
 #
 # Settings for examples/ostest
 #
diff --git a/configs/olimex-lpc1766stk/nettest/appconfig b/configs/olimex-lpc1766stk/nettest/appconfig
index d90b6e2e902cfd33b84f310c49ed0f4c9137eb83..11b02d4c9e800b2349aa6ff796105a1363e65fb6 100644
--- a/configs/olimex-lpc1766stk/nettest/appconfig
+++ b/configs/olimex-lpc1766stk/nettest/appconfig
@@ -37,7 +37,6 @@
 
 CONFIGURED_APPS += examples/nettest
 
-
 # Networking support
 
 CONFIGURED_APPS += netutils/uiplib
diff --git a/configs/olimex-lpc1766stk/wlan/appconfig b/configs/olimex-lpc1766stk/wlan/appconfig
index 652db8f2d1160612775bb532e372ad7df9f15162..17055072aeaf35a000d9049d910fd77b6b8ffe94 100644
--- a/configs/olimex-lpc1766stk/wlan/appconfig
+++ b/configs/olimex-lpc1766stk/wlan/appconfig
@@ -37,3 +37,6 @@
 
 CONFIGURED_APPS += examples/wlan
 
+# Networking support
+
+CONFIGURED_APPS += netutils/uiplib
diff --git a/configs/olimex-lpc1766stk/wlan/defconfig b/configs/olimex-lpc1766stk/wlan/defconfig
index 02b639bef84349cacf003e7e88e5b71480e2c078..53a5f02af4110c0ee0da4ef18a436139c47e4a97 100755
--- a/configs/olimex-lpc1766stk/wlan/defconfig
+++ b/configs/olimex-lpc1766stk/wlan/defconfig
@@ -766,6 +766,15 @@ CONFIG_EXAMPLE_NETTEST_DRIPADDR=(10<<24|0<<16|0<<8|1)
 CONFIG_EXAMPLE_NETTEST_NETMASK=(255<<24|255<<16|255<<8|0)
 CONFIG_EXAMPLE_NETTEST_CLIENTIP=(10<<24|0<<16|0<<8|1)
 
+#
+# Settings for apps/examples/wlan
+#
+CONFIG_EXAMPLE_WLAN_DHCPC=n
+CONFIG_EXAMPLE_WLAN_NOMAC=n
+CONFIG_EXAMPLE_WLAN_IPADDR=(192<<24|168<<16|0<<8|201)
+CONFIG_EXAMPLE_WLAN_DRIPADDR=(192<<24|168<<16|0<<8|1)
+CONFIG_EXAMPLE_WLAN_NETMASK=(255<<24|255<<16|255<<8|0)
+
 #
 # Settings for examples/ostest
 #