luci-lib-nixio: always assume Linux target (#307)
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 22 Jan 2015 14:01:39 +0000 (15:01 +0100)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 22 Jan 2015 14:01:50 +0000 (15:01 +0100)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
libs/luci-lib-nixio/src/Makefile

index aaa4292..a7e9a77 100644 (file)
@@ -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