lpc21isp: fix build on macos
authorSergey V. Lobanov <sergey@lobanov.in>
Tue, 18 Jan 2022 13:36:20 +0000 (16:36 +0300)
committerRosen Penev <rosenp@gmail.com>
Wed, 19 Jan 2022 02:03:44 +0000 (18:03 -0800)
commit75c25bef6da73c65823ac6d3ccbc7342bf794fb7
tree2e4d251b7fad621d07a3ac85d1c2f8a84271a369
parenta2427edf76fffd294fbcc70f94c7d59d420d07b4
lpc21isp: fix build on macos

lpc21isp Makefile detects Darwin and defines __APPLE__ that is not
required for cross-compile build for OpenWrt

This patch sets OSTYPE="Linux" due to OpenWrt is always Linux

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