mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-20 21:33:57 -07:00
Add special case for Ubiquiti routers in platformDefaultHomePath()
This commit is contained in:
parent
0d42108254
commit
54f9f2ad53
2 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue