diff --git a/netutils/pppd/Kconfig b/netutils/pppd/Kconfig index 3d5f92644..78171febd 100644 --- a/netutils/pppd/Kconfig +++ b/netutils/pppd/Kconfig @@ -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 diff --git a/netutils/pppd/pppd.c b/netutils/pppd/pppd.c index 2cd456143..db9f26909 100644 --- a/netutils/pppd/pppd.c +++ b/netutils/pppd/pppd.c @@ -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,