From 2e25cd0639c5ea446f7d09ac8a2830160fe0b43d Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 6 Aug 2015 15:07:57 -0600 Subject: [PATCH] Standardize naming of all SLIP configuration options --- configs/olimex-lpc1766stk/slip-httpd/defconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/olimex-lpc1766stk/slip-httpd/defconfig b/configs/olimex-lpc1766stk/slip-httpd/defconfig index 6989028dad..d059bfbc36 100644 --- a/configs/olimex-lpc1766stk/slip-httpd/defconfig +++ b/configs/olimex-lpc1766stk/slip-httpd/defconfig @@ -510,9 +510,9 @@ CONFIG_NET_GUARDSIZE=2 # # CONFIG_NET_MULTILINK is not set # CONFIG_NET_ETHERNET is not set -CONFIG_SLIP_NINTERFACES=1 -CONFIG_SLIP_STACKSIZE=2048 -CONFIG_SLIP_DEFPRIO=128 +CONFIG_NET_SLIPNINTERFACES=1 +CONFIG_NET_SLIPSTACKSIZE=2048 +CONFIG_NET_SLIPDEFPRIO=128 # CONFIG_NET_TUN is not set #