mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Remove all traces of CONFIG_SYSLOG
This commit is contained in:
@@ -57,7 +57,7 @@
|
|||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#if defined(CONFIG_SYSLOG) || defined(CONFIG_ARMV7M_ITMSYSLOG)
|
#ifdef CONFIG_ARMV7M_ITMSYSLOG
|
||||||
void itm_syslog_initialize(void);
|
void itm_syslog_initialize(void);
|
||||||
#else
|
#else
|
||||||
# define itm_syslog_initialize()
|
# define itm_syslog_initialize()
|
||||||
|
|||||||
@@ -52,7 +52,7 @@
|
|||||||
#include "up_arch.h"
|
#include "up_arch.h"
|
||||||
#include "itm_syslog.h"
|
#include "itm_syslog.h"
|
||||||
|
|
||||||
#if defined(CONFIG_SYSLOG) || defined(CONFIG_ARMV7M_ITMSYSLOG)
|
#ifdef CONFIG_ARMV7M_ITMSYSLOG
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Pre-processor Definitions
|
* Pre-processor Definitions
|
||||||
@@ -189,4 +189,4 @@ void itm_syslog_initialize(void)
|
|||||||
(void)syslog_channel(&g_itm_channel);
|
(void)syslog_channel(&g_itm_channel);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /* CONFIG_SYSLOG && CONFIG_ARMV7M_ITMSYSLOG */
|
#endif /* CONFIG_ARMV7M_ITMSYSLOG */
|
||||||
|
|||||||
@@ -101,13 +101,6 @@
|
|||||||
# define USE_SERIALDRIVER 1
|
# define USE_SERIALDRIVER 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Determine which device to use as the system logging device */
|
|
||||||
|
|
||||||
#ifndef CONFIG_SYSLOG
|
|
||||||
# undef CONFIG_SYSLOG_CHAR
|
|
||||||
# undef CONFIG_RAMLOG_SYSLOG
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Check if an interrupt stack size is configured */
|
/* Check if an interrupt stack size is configured */
|
||||||
|
|
||||||
#ifndef CONFIG_ARCH_INTERRUPTSTACK
|
#ifndef CONFIG_ARCH_INTERRUPTSTACK
|
||||||
|
|||||||
@@ -884,7 +884,7 @@ static inline void efm32_gpioclock(void)
|
|||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#if defined(CONFIG_SYSLOG) || defined(CONFIG_ARMV7M_ITMSYSLOG)
|
#ifdef CONFIG_ARMV7M_ITMSYSLOG
|
||||||
static inline void efm32_itm_syslog(void)
|
static inline void efm32_itm_syslog(void)
|
||||||
{
|
{
|
||||||
int regval;
|
int regval;
|
||||||
|
|||||||
@@ -911,7 +911,7 @@ static void stm32_stdclockconfig(void)
|
|||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#if defined(CONFIG_SYSLOG) && defined(CONFIG_ARMV7M_ITMSYSLOG)
|
#ifdef CONFIG_ARMV7M_ITMSYSLOG
|
||||||
static inline void rcc_itm_syslog(void)
|
static inline void rcc_itm_syslog(void)
|
||||||
{
|
{
|
||||||
/* Enable SWO output */
|
/* Enable SWO output */
|
||||||
|
|||||||
@@ -181,13 +181,6 @@
|
|||||||
# define USE_SERIALDRIVER 1
|
# define USE_SERIALDRIVER 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Determine which device to use as the system logging device */
|
|
||||||
|
|
||||||
#ifndef CONFIG_SYSLOG
|
|
||||||
# undef CONFIG_SYSLOG_CHAR
|
|
||||||
# undef CONFIG_RAMLOG_SYSLOG
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* If GPIO IRQ support is defined, then a set of GPIOs must all be included */
|
/* If GPIO IRQ support is defined, then a set of GPIOs must all be included */
|
||||||
|
|
||||||
#if CONFIG_AVR32_GPIOIRQSETA == 0 && CONFIG_AVR32_GPIOIRQSETB == 0
|
#if CONFIG_AVR32_GPIOIRQSETA == 0 && CONFIG_AVR32_GPIOIRQSETB == 0
|
||||||
|
|||||||
@@ -100,13 +100,6 @@
|
|||||||
# define USE_SERIALDRIVER 1
|
# define USE_SERIALDRIVER 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Determine which device to use as the system logging device */
|
|
||||||
|
|
||||||
#ifndef CONFIG_SYSLOG
|
|
||||||
# undef CONFIG_SYSLOG_CHAR
|
|
||||||
# undef CONFIG_RAMLOG_SYSLOG
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/************************************************************************************
|
/************************************************************************************
|
||||||
* Public Types
|
* Public Types
|
||||||
************************************************************************************/
|
************************************************************************************/
|
||||||
|
|||||||
@@ -106,13 +106,6 @@
|
|||||||
# define USE_SERIALDRIVER 1
|
# define USE_SERIALDRIVER 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Determine which device to use as the system logging device */
|
|
||||||
|
|
||||||
#ifndef CONFIG_SYSLOG
|
|
||||||
# undef CONFIG_SYSLOG_CHAR
|
|
||||||
# undef CONFIG_RAMLOG_SYSLOG
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/************************************************************************************
|
/************************************************************************************
|
||||||
* Public Types
|
* Public Types
|
||||||
************************************************************************************/
|
************************************************************************************/
|
||||||
|
|||||||
@@ -99,13 +99,6 @@
|
|||||||
# define USE_SERIALDRIVER 1
|
# define USE_SERIALDRIVER 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Determine which device to use as the system logging device */
|
|
||||||
|
|
||||||
#ifndef CONFIG_SYSLOG
|
|
||||||
# undef CONFIG_SYSLOG_CHAR
|
|
||||||
# undef CONFIG_RAMLOG_SYSLOG
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Private Functions
|
* Private Functions
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|||||||
@@ -100,13 +100,6 @@
|
|||||||
# define USE_SERIALDRIVER 1
|
# define USE_SERIALDRIVER 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Determine which device to use as the system logging device */
|
|
||||||
|
|
||||||
#ifndef CONFIG_SYSLOG
|
|
||||||
# undef CONFIG_SYSLOG_CHAR
|
|
||||||
# undef CONFIG_RAMLOG_SYSLOG
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Check if an interrupt stack size is configured */
|
/* Check if an interrupt stack size is configured */
|
||||||
|
|
||||||
#ifndef CONFIG_ARCH_INTERRUPTSTACK
|
#ifndef CONFIG_ARCH_INTERRUPTSTACK
|
||||||
|
|||||||
@@ -98,13 +98,6 @@
|
|||||||
# define USE_SERIALDRIVER 1
|
# define USE_SERIALDRIVER 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Determine which device to use as the system logging device */
|
|
||||||
|
|
||||||
#ifndef CONFIG_SYSLOG
|
|
||||||
# undef CONFIG_SYSLOG_CHAR
|
|
||||||
# undef CONFIG_RAMLOG_SYSLOG
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Check if an interrupt stack size is configured */
|
/* Check if an interrupt stack size is configured */
|
||||||
|
|
||||||
#ifndef CONFIG_ARCH_INTERRUPTSTACK
|
#ifndef CONFIG_ARCH_INTERRUPTSTACK
|
||||||
|
|||||||
@@ -101,13 +101,6 @@
|
|||||||
# define USE_SERIALDRIVER 1
|
# define USE_SERIALDRIVER 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Determine which device to use as the system logging device */
|
|
||||||
|
|
||||||
#ifndef CONFIG_SYSLOG
|
|
||||||
# undef CONFIG_SYSLOG_CHAR
|
|
||||||
# undef CONFIG_RAMLOG_SYSLOG
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Check if an interrupt stack size is configured */
|
/* Check if an interrupt stack size is configured */
|
||||||
|
|
||||||
#ifndef CONFIG_ARCH_INTERRUPTSTACK
|
#ifndef CONFIG_ARCH_INTERRUPTSTACK
|
||||||
|
|||||||
@@ -96,13 +96,6 @@
|
|||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Determine which device to use as the system logging device */
|
|
||||||
|
|
||||||
#ifndef CONFIG_SYSLOG
|
|
||||||
# undef CONFIG_SYSLOG_CHAR
|
|
||||||
# undef CONFIG_RAMLOG_SYSLOG
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* The design for how we signal UART data availability is up in the air */
|
/* The design for how we signal UART data availability is up in the air */
|
||||||
|
|
||||||
#undef CONFIG_SIM_UART_DATAPOST
|
#undef CONFIG_SIM_UART_DATAPOST
|
||||||
|
|||||||
@@ -100,13 +100,6 @@
|
|||||||
# define USE_SERIALDRIVER 1
|
# define USE_SERIALDRIVER 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Determine which device to use as the system logging device */
|
|
||||||
|
|
||||||
#ifndef CONFIG_SYSLOG
|
|
||||||
# undef CONFIG_SYSLOG_CHAR
|
|
||||||
# undef CONFIG_RAMLOG_SYSLOG
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Check if an interrupt stack size is configured */
|
/* Check if an interrupt stack size is configured */
|
||||||
|
|
||||||
#ifndef CONFIG_ARCH_INTERRUPTSTACK
|
#ifndef CONFIG_ARCH_INTERRUPTSTACK
|
||||||
|
|||||||
@@ -102,13 +102,6 @@
|
|||||||
# define USE_SERIALDRIVER 1
|
# define USE_SERIALDRIVER 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Determine which device to use as the system logging device */
|
|
||||||
|
|
||||||
#ifndef CONFIG_SYSLOG
|
|
||||||
# undef CONFIG_SYSLOG_CHAR
|
|
||||||
# undef CONFIG_RAMLOG_SYSLOG
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Macros for portability */
|
/* Macros for portability */
|
||||||
|
|
||||||
#define IN_INTERRUPT (g_current_regs != NULL)
|
#define IN_INTERRUPT (g_current_regs != NULL)
|
||||||
|
|||||||
@@ -298,7 +298,6 @@ CONFIG_DISABLE_PSEUDOFS_OPERATIONS=y
|
|||||||
# System Logging
|
# System Logging
|
||||||
#
|
#
|
||||||
|
|
||||||
# CONFIG_SYSLOG is not set
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Graphics Support
|
# Graphics Support
|
||||||
|
|||||||
@@ -588,7 +588,6 @@ CONFIG_FS_MQUEUE_MPATH="/var/mqueue"
|
|||||||
#
|
#
|
||||||
# System Logging
|
# System Logging
|
||||||
#
|
#
|
||||||
# CONFIG_SYSLOG is not set
|
|
||||||
# CONFIG_SYSLOG_TIMESTAMP is not set
|
# CONFIG_SYSLOG_TIMESTAMP is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -393,7 +393,6 @@ CONFIG_DISABLE_PSEUDOFS_OPERATIONS=y
|
|||||||
#
|
#
|
||||||
# System Logging
|
# System Logging
|
||||||
#
|
#
|
||||||
# CONFIG_SYSLOG is not set
|
|
||||||
# CONFIG_SYSLOG_TIMESTAMP is not set
|
# CONFIG_SYSLOG_TIMESTAMP is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -402,7 +402,6 @@ CONFIG_DISABLE_PSEUDOFS_OPERATIONS=y
|
|||||||
#
|
#
|
||||||
# System Logging
|
# System Logging
|
||||||
#
|
#
|
||||||
# CONFIG_SYSLOG is not set
|
|
||||||
# CONFIG_SYSLOG_TIMESTAMP is not set
|
# CONFIG_SYSLOG_TIMESTAMP is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -345,7 +345,6 @@ CONFIG_FS_FAT=y
|
|||||||
# System Logging
|
# System Logging
|
||||||
#
|
#
|
||||||
|
|
||||||
# CONFIG_SYSLOG is not set
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Graphics Support
|
# Graphics Support
|
||||||
|
|||||||
@@ -335,7 +335,6 @@ CONFIG_DISABLE_MOUNTPOINT=y
|
|||||||
# System Logging
|
# System Logging
|
||||||
#
|
#
|
||||||
|
|
||||||
# CONFIG_SYSLOG is not set
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Graphics Support
|
# Graphics Support
|
||||||
|
|||||||
@@ -514,7 +514,6 @@ CONFIG_DISABLE_MOUNTPOINT=y
|
|||||||
#
|
#
|
||||||
# System Logging
|
# System Logging
|
||||||
#
|
#
|
||||||
# CONFIG_SYSLOG is not set
|
|
||||||
# CONFIG_SYSLOG_TIMESTAMP is not set
|
# CONFIG_SYSLOG_TIMESTAMP is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -539,7 +539,6 @@ CONFIG_DISABLE_MOUNTPOINT=y
|
|||||||
#
|
#
|
||||||
# System Logging
|
# System Logging
|
||||||
#
|
#
|
||||||
# CONFIG_SYSLOG is not set
|
|
||||||
# CONFIG_SYSLOG_TIMESTAMP is not set
|
# CONFIG_SYSLOG_TIMESTAMP is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -581,7 +581,6 @@ CONFIG_DISABLE_MOUNTPOINT=y
|
|||||||
#
|
#
|
||||||
# System Logging
|
# System Logging
|
||||||
#
|
#
|
||||||
# CONFIG_SYSLOG is not set
|
|
||||||
# CONFIG_SYSLOG_TIMESTAMP is not set
|
# CONFIG_SYSLOG_TIMESTAMP is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -453,7 +453,6 @@ CONFIG_FS_PROCFS=y
|
|||||||
# System Logging
|
# System Logging
|
||||||
#
|
#
|
||||||
|
|
||||||
# CONFIG_SYSLOG is not set
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Graphics Support
|
# Graphics Support
|
||||||
|
|||||||
@@ -1029,7 +1029,6 @@ CONFIG_FAT_MAXFNAME=32
|
|||||||
#
|
#
|
||||||
# System Logging
|
# System Logging
|
||||||
#
|
#
|
||||||
# CONFIG_SYSLOG is not set
|
|
||||||
# CONFIG_SYSLOG_TIMESTAMP is not set
|
# CONFIG_SYSLOG_TIMESTAMP is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -452,7 +452,6 @@ CONFIG_OTHER_SERIAL_CONSOLE=y
|
|||||||
#
|
#
|
||||||
# System Logging
|
# System Logging
|
||||||
#
|
#
|
||||||
# CONFIG_SYSLOG is not set
|
|
||||||
# CONFIG_SYSLOG_TIMESTAMP is not set
|
# CONFIG_SYSLOG_TIMESTAMP is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -452,7 +452,6 @@ CONFIG_OTHER_SERIAL_CONSOLE=y
|
|||||||
#
|
#
|
||||||
# System Logging
|
# System Logging
|
||||||
#
|
#
|
||||||
# CONFIG_SYSLOG is not set
|
|
||||||
# CONFIG_SYSLOG_TIMESTAMP is not set
|
# CONFIG_SYSLOG_TIMESTAMP is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -489,7 +489,6 @@ CONFIG_OTHER_SERIAL_CONSOLE=y
|
|||||||
#
|
#
|
||||||
# System Logging
|
# System Logging
|
||||||
#
|
#
|
||||||
# CONFIG_SYSLOG is not set
|
|
||||||
# CONFIG_SYSLOG_TIMESTAMP is not set
|
# CONFIG_SYSLOG_TIMESTAMP is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -488,7 +488,6 @@ CONFIG_OTHER_SERIAL_CONSOLE=y
|
|||||||
#
|
#
|
||||||
# System Logging
|
# System Logging
|
||||||
#
|
#
|
||||||
# CONFIG_SYSLOG is not set
|
|
||||||
# CONFIG_SYSLOG_TIMESTAMP is not set
|
# CONFIG_SYSLOG_TIMESTAMP is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -292,7 +292,6 @@ CONFIG_DISABLE_MOUNTPOINT=y
|
|||||||
# System Logging
|
# System Logging
|
||||||
#
|
#
|
||||||
|
|
||||||
# CONFIG_SYSLOG is not set
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Graphics Support
|
# Graphics Support
|
||||||
|
|||||||
@@ -788,7 +788,6 @@ CONFIG_FS_MQUEUE_MPATH="/var/mqueue"
|
|||||||
#
|
#
|
||||||
# System Logging
|
# System Logging
|
||||||
#
|
#
|
||||||
# CONFIG_SYSLOG is not set
|
|
||||||
# CONFIG_SYSLOG_TIMESTAMP is not set
|
# CONFIG_SYSLOG_TIMESTAMP is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -792,7 +792,6 @@ CONFIG_FS_MQUEUE_MPATH="/var/mqueue"
|
|||||||
#
|
#
|
||||||
# System Logging
|
# System Logging
|
||||||
#
|
#
|
||||||
# CONFIG_SYSLOG is not set
|
|
||||||
# CONFIG_SYSLOG_TIMESTAMP is not set
|
# CONFIG_SYSLOG_TIMESTAMP is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -453,7 +453,6 @@ CONFIG_FS_FAT=y
|
|||||||
# System Logging
|
# System Logging
|
||||||
#
|
#
|
||||||
|
|
||||||
# CONFIG_SYSLOG is not set
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Graphics Support
|
# Graphics Support
|
||||||
|
|||||||
@@ -552,7 +552,6 @@ CONFIG_FS_FAT=y
|
|||||||
#
|
#
|
||||||
# System Logging
|
# System Logging
|
||||||
#
|
#
|
||||||
# CONFIG_SYSLOG is not set
|
|
||||||
# CONFIG_SYSLOG_TIMESTAMP is not set
|
# CONFIG_SYSLOG_TIMESTAMP is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -567,7 +567,6 @@ CONFIG_FS_MQUEUE_MPATH="/var/mqueue"
|
|||||||
#
|
#
|
||||||
# System Logging
|
# System Logging
|
||||||
#
|
#
|
||||||
# CONFIG_SYSLOG is not set
|
|
||||||
# CONFIG_SYSLOG_TIMESTAMP is not set
|
# CONFIG_SYSLOG_TIMESTAMP is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -442,7 +442,6 @@ CONFIG_DISABLE_MOUNTPOINT=y
|
|||||||
# System Logging
|
# System Logging
|
||||||
#
|
#
|
||||||
|
|
||||||
# CONFIG_SYSLOG is not set
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Graphics Support
|
# Graphics Support
|
||||||
|
|||||||
@@ -458,7 +458,6 @@ CONFIG_DISABLE_MOUNTPOINT=y
|
|||||||
# System Logging
|
# System Logging
|
||||||
#
|
#
|
||||||
|
|
||||||
# CONFIG_SYSLOG is not set
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Graphics Support
|
# Graphics Support
|
||||||
|
|||||||
@@ -668,7 +668,6 @@ CONFIG_DISABLE_MOUNTPOINT=y
|
|||||||
#
|
#
|
||||||
# System Logging
|
# System Logging
|
||||||
#
|
#
|
||||||
# CONFIG_SYSLOG is not set
|
|
||||||
# CONFIG_SYSLOG_TIMESTAMP is not set
|
# CONFIG_SYSLOG_TIMESTAMP is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -763,7 +763,6 @@ CONFIG_FS_FAT=y
|
|||||||
#
|
#
|
||||||
# System Logging
|
# System Logging
|
||||||
#
|
#
|
||||||
# CONFIG_SYSLOG is not set
|
|
||||||
# CONFIG_SYSLOG_TIMESTAMP is not set
|
# CONFIG_SYSLOG_TIMESTAMP is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -409,7 +409,6 @@ CONFIG_FS_ROMFS=y
|
|||||||
# System Logging
|
# System Logging
|
||||||
#
|
#
|
||||||
|
|
||||||
# CONFIG_SYSLOG is not set
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Graphics Support
|
# Graphics Support
|
||||||
|
|||||||
@@ -654,7 +654,6 @@ CONFIG_FS_ROMFS=y
|
|||||||
#
|
#
|
||||||
# System Logging
|
# System Logging
|
||||||
#
|
#
|
||||||
# CONFIG_SYSLOG is not set
|
|
||||||
# CONFIG_SYSLOG_TIMESTAMP is not set
|
# CONFIG_SYSLOG_TIMESTAMP is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -462,7 +462,6 @@ CONFIG_FS_MQUEUE_MPATH="/var/mqueue"
|
|||||||
#
|
#
|
||||||
# System Logging
|
# System Logging
|
||||||
#
|
#
|
||||||
# CONFIG_SYSLOG is not set
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Graphics Support
|
# Graphics Support
|
||||||
|
|||||||
@@ -489,7 +489,6 @@ CONFIG_FS_MQUEUE_MPATH="/var/mqueue"
|
|||||||
#
|
#
|
||||||
# System Logging
|
# System Logging
|
||||||
#
|
#
|
||||||
# CONFIG_SYSLOG is not set
|
|
||||||
# CONFIG_SYSLOG_TIMESTAMP is not set
|
# CONFIG_SYSLOG_TIMESTAMP is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -753,7 +753,6 @@ CONFIG_NFS=y
|
|||||||
#
|
#
|
||||||
# System Logging
|
# System Logging
|
||||||
#
|
#
|
||||||
# CONFIG_SYSLOG is not set
|
|
||||||
# CONFIG_SYSLOG_TIMESTAMP is not set
|
# CONFIG_SYSLOG_TIMESTAMP is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -474,7 +474,6 @@ CONFIG_DISABLE_MOUNTPOINT=y
|
|||||||
#
|
#
|
||||||
# System Logging
|
# System Logging
|
||||||
#
|
#
|
||||||
# CONFIG_SYSLOG is not set
|
|
||||||
# CONFIG_SYSLOG_TIMESTAMP is not set
|
# CONFIG_SYSLOG_TIMESTAMP is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -620,7 +620,6 @@ CONFIG_DISABLE_MOUNTPOINT=y
|
|||||||
#
|
#
|
||||||
# System Logging
|
# System Logging
|
||||||
#
|
#
|
||||||
# CONFIG_SYSLOG is not set
|
|
||||||
# CONFIG_SYSLOG_TIMESTAMP is not set
|
# CONFIG_SYSLOG_TIMESTAMP is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -634,7 +634,6 @@ CONFIG_DISABLE_MOUNTPOINT=y
|
|||||||
#
|
#
|
||||||
# System Logging
|
# System Logging
|
||||||
#
|
#
|
||||||
# CONFIG_SYSLOG is not set
|
|
||||||
# CONFIG_SYSLOG_TIMESTAMP is not set
|
# CONFIG_SYSLOG_TIMESTAMP is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -626,7 +626,6 @@ CONFIG_DISABLE_MOUNTPOINT=y
|
|||||||
#
|
#
|
||||||
# System Logging
|
# System Logging
|
||||||
#
|
#
|
||||||
# CONFIG_SYSLOG is not set
|
|
||||||
# CONFIG_SYSLOG_TIMESTAMP is not set
|
# CONFIG_SYSLOG_TIMESTAMP is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -654,7 +654,6 @@ CONFIG_NET_HOSTNAME=""
|
|||||||
#
|
#
|
||||||
# System Logging
|
# System Logging
|
||||||
#
|
#
|
||||||
# CONFIG_SYSLOG is not set
|
|
||||||
# CONFIG_SYSLOG_TIMESTAMP is not set
|
# CONFIG_SYSLOG_TIMESTAMP is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user