diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-09-02 14:39:15 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-09-02 14:39:59 +0200 |
commit | b15ae5a9bd23494f006a3ad2437e2f1ab0a24d9a (patch) | |
tree | 295dd05cd3b73d790784843e2cb4ea6010c6ab23 /net/mac-telnet/Makefile | |
parent | d3e8e0543c47feb0fda456642dc1ed63b32a18f3 (diff) |
mac-telnet: fix build against musl
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Diffstat (limited to 'net/mac-telnet/Makefile')
-rw-r--r-- | net/mac-telnet/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/mac-telnet/Makefile b/net/mac-telnet/Makefile index 7c67ed099..815a53231 100644 --- a/net/mac-telnet/Makefile +++ b/net/mac-telnet/Makefile @@ -1,17 +1,17 @@ # -# Copyright (C) 2014 OpenWrt.org +# Copyright (C) 2014-2015 OpenWrt.org # include $(TOPDIR)/rules.mk PKG_NAME:=mac-telnet -PKG_VERSION:=2014-09-23 +PKG_VERSION:=2015-09-02 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/jow-/MAC-Telnet.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=269a5d7d53b59a2e4657ad3689e46ac057c22e28 +PKG_SOURCE_VERSION:=37d83cbc9c07266d6c957d27bf75285b305eceab PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_LICENSE:=GPL-2.0+ |