diff --git a/configs/detron/wlan/appconfig b/configs/detron/wlan/appconfig index d5294204921..d08f73002b9 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 6ab071b0144..bb55832aad6 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 d90b6e2e902..11b02d4c9e8 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 652db8f2d11..17055072aea 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 02b639bef84..53a5f02af41 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 #