diff options
author | John Crispin <john@openwrt.org> | 2016-01-19 10:20:16 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2016-01-19 10:20:16 +0000 |
commit | d48834e553bb24d5b966f8c986b90f2fb67cfa54 (patch) | |
tree | a805043b0b401f1cab6d549b283d3a9822cb62e7 /net/linuxptp/Makefile | |
parent | 29ec3811c0d045355f71136ef9ee216191f8eab5 (diff) | |
download | upstream-d48834e553bb24d5b966f8c986b90f2fb67cfa54.tar.gz upstream-d48834e553bb24d5b966f8c986b90f2fb67cfa54.tar.bz2 upstream-d48834e553bb24d5b966f8c986b90f2fb67cfa54.zip |
Revert "linuxptp: Add package"
accidentially pushed to the wrong tree
This reverts commit 67f7292833d4dd19fb3fd468c56c746e8f226bb7.
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 48362
Diffstat (limited to 'net/linuxptp/Makefile')
-rw-r--r-- | net/linuxptp/Makefile | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/net/linuxptp/Makefile b/net/linuxptp/Makefile deleted file mode 100644 index 2d9d3a8967..0000000000 --- a/net/linuxptp/Makefile +++ /dev/null @@ -1,50 +0,0 @@ -# -# Copyright (C) 2015 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# - -include $(TOPDIR)/rules.mk - -PKG_NAME:=linuxptp -PKG_VERSION:=20151118 -PKG_RELEASE:=1 -PKG_REV:=999c86f4a9da4bf4508b3a69289f58166ed18a55 - -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=git://git.code.sf.net/p/linuxptp/code -PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=$(PKG_REV) -PKG_SOURCE_PROTO:=git -PKG_MD5SUM:= - -include $(INCLUDE_DIR)/package.mk - -define Package/linuxptp - SECTION:=net - CATEGORY:=Network - SUBMENU:=Time Synchronization - TITLE:=Linux Precision Time Protocol (PTP) daemon - URL:=http://linuxptp.sourceforge.net/ - DEPENDS:=@!USE_UCLIBC +librt -endef - -define Package/linuxptp/description - The PTP daemon (PTPd) implements version 2 of the Precision Time Protocol (PTP) - as defined by the IEEE 1588-2008 standard. - PTP was developed to provide very precise time coordination of LAN connected - computers. -endef - -define Package/linuxptp/install - $(INSTALL_DIR) $(1)/usr/sbin - $(INSTALL_BIN) $(PKG_BUILD_DIR)/hwstamp_ctl $(1)/usr/sbin/ - $(INSTALL_BIN) $(PKG_BUILD_DIR)/phc2sys $(1)/usr/sbin/ - $(INSTALL_BIN) $(PKG_BUILD_DIR)/phc_ctl $(1)/usr/sbin/ - $(INSTALL_BIN) $(PKG_BUILD_DIR)/pmc $(1)/usr/sbin/ - $(INSTALL_BIN) $(PKG_BUILD_DIR)/ptp4l $(1)/usr/sbin/ - $(INSTALL_BIN) $(PKG_BUILD_DIR)/timemaster $(1)/usr/sbin/ -endef - -$(eval $(call BuildPackage,linuxptp)) |