diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-22 15:01:39 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-22 15:01:50 +0100 |
commit | 8cf1b1374d7378dd8155ead3883aeff7da6c292a (patch) | |
tree | 7fca0ec79fe469ce6cf18ab7484aca053e976f50 | |
parent | 0ff02e3a13d11466fe8997932a7f9828f53f3ee8 (diff) |
luci-lib-nixio: always assume Linux target (#307)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
-rw-r--r-- | libs/luci-lib-nixio/src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/luci-lib-nixio/src/Makefile b/libs/luci-lib-nixio/src/Makefile index aaa4292bd..a7e9a77d9 100644 --- a/libs/luci-lib-nixio/src/Makefile +++ b/libs/luci-lib-nixio/src/Makefile @@ -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 |