2017-08-13 05:16:50 +00:00
|
|
|
# Makefile for wificfg example
|
|
|
|
PROGRAM=wificfg
|
|
|
|
EXTRA_COMPONENTS=extras/dhcpserver extras/wificfg
|
|
|
|
|
2017-12-08 01:04:03 +00:00
|
|
|
# For the mDNS responder included under extras:
|
2018-06-17 10:08:58 +00:00
|
|
|
# EXTRA_COMPONENTS += extras/mdnsresponder
|
|
|
|
# EXTRA_CFLAGS += -DEXTRAS_MDNS_RESPONDER
|
2017-12-08 01:04:03 +00:00
|
|
|
|
|
|
|
# For the mDNS responder included with lwip:
|
2018-06-17 10:08:58 +00:00
|
|
|
EXTRA_CFLAGS += -DLWIP_MDNS_RESPONDER=1 -DLWIP_NUM_NETIF_CLIENT_DATA=1 -DLWIP_NETIF_EXT_STATUS_CALLBACK=1
|
|
|
|
|
|
|
|
# Avoid writing the wifi state to flash when using wificfg.
|
|
|
|
EXTRA_CFLAGS += -DWIFI_PARAM_SAVE=0
|
2017-12-08 01:04:03 +00:00
|
|
|
|
2017-08-13 05:16:50 +00:00
|
|
|
include ../../common.mk
|