mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-20 10:35:34 +00:00
examples/webserver-ipv6: Add UIP_CONF_TCP=1 to DEFINES.
TCP is mandatory for this HTTP server. Fixes builds for platforms which have TCP turned off by default (mulle) Signed-off-by: Joakim Gebart <joakim.gebart@eistec.se>
This commit is contained in:
parent
ce49276e80
commit
64a4755354
@ -35,7 +35,7 @@ all : $(CONTIKI_PROJECT)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
UIP_CONF_IPV6=1
|
UIP_CONF_IPV6=1
|
||||||
DEFINES=WITH_UIP6
|
DEFINES=WITH_UIP6,UIP_CONF_TCP=1
|
||||||
|
|
||||||
# Make no RPL the default for minimal-net builds
|
# Make no RPL the default for minimal-net builds
|
||||||
ifeq ($(TARGET),minimal-net)
|
ifeq ($(TARGET),minimal-net)
|
||||||
|
Loading…
Reference in New Issue
Block a user