From 1b060ed713f398cafc8ddfd8d42b6c585812d6e1 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 28 Mar 2009 21:28:43 +0000 Subject: Remove all options from examples/uip except for the webserver git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1661 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/ez80f910200zco/ostest/defconfig | 4 ---- 1 file changed, 4 deletions(-) (limited to 'nuttx/configs/ez80f910200zco/ostest/defconfig') diff --git a/nuttx/configs/ez80f910200zco/ostest/defconfig b/nuttx/configs/ez80f910200zco/ostest/defconfig index 2264c8a05..3902fa795 100644 --- a/nuttx/configs/ez80f910200zco/ostest/defconfig +++ b/nuttx/configs/ez80f910200zco/ostest/defconfig @@ -610,11 +610,7 @@ CONFIG_EXAMPLE_POLL_NETMASK=(255L<<24|255L<<16|255L<<8|0L) CONFIG_EXAMPLE_UIP_IPADDR=(192L<<24|168L<<16|0L<<8|128L) CONFIG_EXAMPLE_UIP_DRIPADDR=(192L<<24|168L<<16|0L<<8|1L) CONFIG_EXAMPLE_UIP_NETMASK=(255L<<24|255L<<16|255L<<8|0L) -CONFIG_EXAMPLE_UIP_SMTP=n -CONFIG_EXAMPLE_UIP_TELNETD=n -CONFIG_EXAMPLE_UIP_WEBSERVER=y CONFIG_EXAMPLE_UIP_DHCPC=n -CONFIG_EXAMPLE_UIP_WEBCLIENT=n # # Settings for examples/nettest -- cgit v1.2.3