Browse Source

mac-telnet: fix build against musl

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Jo-Philipp Wich 9 years ago
parent
commit
b15ae5a9bd
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      net/mac-telnet/Makefile

+ 3
- 3
net/mac-telnet/Makefile View File

@@ -1,17 +1,17 @@
1 1
 #
2
-# Copyright (C) 2014 OpenWrt.org
2
+# Copyright (C) 2014-2015 OpenWrt.org
3 3
 #
4 4
 
5 5
 include $(TOPDIR)/rules.mk
6 6
 
7 7
 PKG_NAME:=mac-telnet
8
-PKG_VERSION:=2014-09-23
8
+PKG_VERSION:=2015-09-02
9 9
 PKG_RELEASE=$(PKG_SOURCE_VERSION)
10 10
 
11 11
 PKG_SOURCE_PROTO:=git
12 12
 PKG_SOURCE_URL:=https://github.com/jow-/MAC-Telnet.git
13 13
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
14
-PKG_SOURCE_VERSION:=269a5d7d53b59a2e4657ad3689e46ac057c22e28
14
+PKG_SOURCE_VERSION:=37d83cbc9c07266d6c957d27bf75285b305eceab
15 15
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
16 16
 
17 17
 PKG_LICENSE:=GPL-2.0+