mac-telnet: fix build against musl
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 2 Sep 2015 12:39:15 +0000 (14:39 +0200)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 2 Sep 2015 12:39:59 +0000 (14:39 +0200)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
net/mac-telnet/Makefile

index 7c67ed0991a77c9b6b2f44163cd83bbffa980c3c..815a53231bc11c2c1fec6b9f7e08cdac4fdd0781 100644 (file)
@@ -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+