mac-telnet: fix build against musl
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
This commit is contained in:
parent
d3e8e0543c
commit
b15ae5a9bd
1 changed files with 3 additions and 3 deletions
|
@ -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+
|
||||
|
|
Loading…
Reference in a new issue