[build] fix SLAAC switch (#3645)

This commit is contained in:
Yakun Xu
2019-03-05 10:45:22 -08:00
committed by Jonathan Hui
parent ab12b47182
commit 4acd8b7aab
+2 -1
View File
@@ -53,7 +53,8 @@ MAC_FILTER ?= 0
MTD_NETDIAG ?= 0
PLATFORM_UDP ?= 0
SERVICE ?= 0
SLAAC ?= 1 # SLAAC is enabled by default
# SLAAC is enabled by default
SLAAC ?= 1
SNTP_CLIENT ?= 0
TIME_SYNC ?= 0
UDP_FORWARD ?= 0