add package PTPd

git-svn-id: svn://svn.openwrt.org/openwrt/packages@19907 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
matteo
2010-02-28 16:31:04 +00:00
parent eaa91997e0
commit 1ebe73b5f8
2 changed files with 44 additions and 0 deletions

11
net/ptpd/files/ptpd.init Normal file
View File

@ -0,0 +1,11 @@
#!/bin/sh /etc/rc.common
START=50
start() {
ptpd
}
stop() {
killall ptpd
}