mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-27 07:21:18 +01:00
examples: use slip-only option with DHCPv6 for border router
This commit is contained in:
parent
44baa250f7
commit
0bd58bd624
@ -4,7 +4,11 @@ CFLAGS += -DSLIPDEV_PARAM_BAUDRATE=$(SLIP_BAUDRATE)
|
||||
|
||||
STATIC_ROUTES ?= 1
|
||||
|
||||
ifeq (1,$(USE_DHCPV6))
|
||||
SLIP_ONLY=-e
|
||||
endif
|
||||
|
||||
# Configure terminal parameters
|
||||
TERMDEPS += sliptty
|
||||
TERMPROG ?= sudo sh $(RIOTTOOLS)/sliptty/start_network.sh
|
||||
TERMFLAGS ?= $(IPV6_PREFIX) $(PORT) $(SLIP_BAUDRATE)
|
||||
TERMFLAGS ?= $(SLIP_ONLY) $(IPV6_PREFIX) $(PORT) $(SLIP_BAUDRATE)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user