chaosvpn: fix build on macos
authorSergey V. Lobanov <sergey@lobanov.in>
Mon, 31 Jan 2022 22:07:56 +0000 (01:07 +0300)
committerRosen Penev <rosenp@gmail.com>
Tue, 1 Feb 2022 02:37:30 +0000 (18:37 -0800)
commit0528707fd7d43223c104cb43ee2ee8bfddcdf821
treee0a79675b55239eb8ce104f068ade019cd85ed92
parent43372343ee9b7c615b512d804734bf0c7c965d34
chaosvpn: fix build on macos

chaosvpn Makefile detects Darwin (macos) and changes compilation
flags for macos target, but OpenWrt is always Linux so build fails.
This patch redefines OS=Linux to use Linux compilation flags.

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
net/chaosvpn/Makefile