From 1895d363affe6c1a53c5258e83496c3da2e6adc8 Mon Sep 17 00:00:00 2001 From: Laura Abbott Date: Wed, 15 Nov 2017 11:54:28 -0800 Subject: Disable IPX and NCPFS These are being deprecated by the kernel community https://marc.info/?l=linux-netdev&m=151067745601327&w=2 Turn them off in advance. --- kernel-ppc64.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kernel-ppc64.config') diff --git a/kernel-ppc64.config b/kernel-ppc64.config index 4100d7805..b7b40c8d7 100644 --- a/kernel-ppc64.config +++ b/kernel-ppc64.config @@ -2188,7 +2188,7 @@ CONFIG_IPVTAP=m # CONFIG_IPW2200 is not set CONFIG_IPWIRELESS=m # CONFIG_IPX_INTERN is not set -CONFIG_IPX=m +# CONFIG_IPX is not set CONFIG_IRCOMM=m CONFIG_IRDA_CACHE_LAST_LSAP=y # CONFIG_IRDA_DEBUG is not set @@ -3022,7 +3022,7 @@ CONFIG_NATSEMI=m # CONFIG_NBPFAXI_DMA is not set CONFIG_NCPFS_EXTRAS=y CONFIG_NCPFS_IOCTL_LOCKING=y -CONFIG_NCP_FS=m +# CONFIG_NCP_FS is not set CONFIG_NCPFS_NFS_NS=y CONFIG_NCPFS_NLS=y CONFIG_NCPFS_OS2_NS=y -- cgit