Remove more NTP client references from pppd. From Brennan Ashton.
This commit is contained in:
parent
476e3a8080
commit
3ac47d64ab
@ -16,8 +16,4 @@ config NETUTILS_PPPD_STACKSIZE
|
||||
int "PPP daemon stack stack size"
|
||||
default 2048
|
||||
|
||||
config NETUTILS_PPPD_SERVERPRIO
|
||||
int "NTP daemon priority"
|
||||
default 100
|
||||
|
||||
endif # NETUTILS_PPPD
|
||||
|
@ -64,10 +64,6 @@
|
||||
extern void ppp_arch_modem_reset(const char *tty);
|
||||
#endif
|
||||
|
||||
/*
|
||||
socat /dev/ttyUSB2,raw,echo=0,b115200,crtscts=0 /dev/ttyUSB7,raw,echo=0,b115200,crtscts=0
|
||||
*/
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
@ -80,15 +76,6 @@ socat /dev/ttyUSB2,raw,echo=0,b115200,crtscts=0 /dev/ttyUSB7,raw,echo=0,b115200,
|
||||
* Private Data
|
||||
****************************************************************************/
|
||||
|
||||
/* This type describes the state of the NTP client daemon. Only once
|
||||
* instance of the NTP daemon is permitted in this implementation. This
|
||||
* limitation is due only to this global data structure.
|
||||
*/
|
||||
|
||||
/****************************************************************************
|
||||
* Private Data
|
||||
****************************************************************************/
|
||||
|
||||
static struct chat_script_s connect_script =
|
||||
{
|
||||
.timeout = 30,
|
||||
|
Loading…
x
Reference in New Issue
Block a user