luci-lib-nixio: always assume Linux target (#307)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
This commit is contained in:
parent
0ff02e3a13
commit
8cf1b1374d
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
OS = $(shell uname)
|
||||
OS = Linux
|
||||
AXTLS_VERSION = 1.2.1
|
||||
AXTLS_DIR = axTLS
|
||||
AXTLS_FILE = $(AXTLS_DIR)-$(AXTLS_VERSION).tar.gz
|
||||
|
|
Loading…
Reference in a new issue