mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-21 19:29:18 +00:00
Merge pull request #876 from gebart/for-upstream/webserver-with-tcp
examples/webserver-ipv6: Add UIP_CONF_TCP=1 to DEFINES.
This commit is contained in:
commit
cd76d4c730
@ -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