Add special case for Ubiquiti routers in platformDefaultHomePath()

This commit is contained in:
Joseph Henry 2020-03-31 20:27:41 -07:00
commit 54f9f2ad53
2 changed files with 7 additions and 0 deletions

View file

@ -85,6 +85,9 @@ endif
ifeq ($(ZT_QNAP), 1)
override DEFS+=-D__QNAP__
endif
ifeq ($(ZT_UBIQUITI), 1)
override DEFS+=-D__UBIQUITI__
endif
ifeq ($(ZT_SYNOLOGY), 1)
override CFLAGS+=-fPIC