summaryrefslogtreecommitdiffstats
path: root/rules/linuxptp.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2016-02-16 20:14:40 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-02-17 08:53:08 +0100
commita4baba90a2eb5a9e9e443f3a26bf9b953bbbd881 (patch)
tree8a3c5b169d25a651662de4f9ed052ec66faa74be /rules/linuxptp.in
parent4b80774371eb754b97f2ce23363175e7c7d32c74 (diff)
downloadptxdist-a4baba90a2eb5a9e9e443f3a26bf9b953bbbd881.tar.gz
ptxdist-a4baba90a2eb5a9e9e443f3a26bf9b953bbbd881.tar.xz
gptp: add new package for IEEE1588
This adds the linuxptp project. The original ptxdist rules have been written by Steffen Trumtrar. Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de> [clean up rules, add license, version bump to 1.6] Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> [mol: white space fixes, GPL-2.0 -> GPL-2.0+] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/linuxptp.in')
-rw-r--r--rules/linuxptp.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/rules/linuxptp.in b/rules/linuxptp.in
new file mode 100644
index 000000000..641d844c7
--- /dev/null
+++ b/rules/linuxptp.in
@@ -0,0 +1,9 @@
+## SECTION=networking
+
+config LINUXPTP
+ tristate
+ prompt "linuxptp"
+ help
+ The Linux PTP project implements the Precision Time protocol (PTP),
+ standardized as IEEE1588.
+