summaryrefslogtreecommitdiffstats
path: root/package/ptpd/Config.in
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2013-05-07 06:39:44 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-05-11 22:23:58 +0200
commit7d6449bb165c8708652bbc3e0373cc6d70299afe (patch)
treeca373b2679bd9924979a4096aedb4e46536e7895 /package/ptpd/Config.in
parent92651931e72afad0f829d651ad3d0286b5a14e06 (diff)
downloadbuildroot-novena-7d6449bb165c8708652bbc3e0373cc6d70299afe.tar.gz
buildroot-novena-7d6449bb165c8708652bbc3e0373cc6d70299afe.zip
ptpd: new package
Add the new ptpd package, loosely based on the one from bug #2305. This one handles the IEEE 1588-2002 spec. [Peter: mark init script as executable] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/ptpd/Config.in')
-rw-r--r--package/ptpd/Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/package/ptpd/Config.in b/package/ptpd/Config.in
new file mode 100644
index 000000000..2d87ca31b
--- /dev/null
+++ b/package/ptpd/Config.in
@@ -0,0 +1,7 @@
+config BR2_PACKAGE_PTPD
+ bool "ptpd"
+ help
+ The PTP daemon (PTPd) implements the Precision Time protocol
+ (PTP) as defined by the IEEE-1588-2002.
+
+ http://ptpd.sourceforge.net/