From 57627f1608991eae124d39885a40e170f27b9a1c Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 16 Feb 2011 17:29:15 +0100 Subject: some minor bugfixing in linux kernel config --- target/linux/config/Config.in.fsnet | 2 +- target/linux/config/Config.in.network | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'target') diff --git a/target/linux/config/Config.in.fsnet b/target/linux/config/Config.in.fsnet index be22397d2..fa90abfe2 100644 --- a/target/linux/config/Config.in.fsnet +++ b/target/linux/config/Config.in.fsnet @@ -126,7 +126,7 @@ config ADK_KERNEL_NFSD_V4 prompt "Enable NFSv4 and RPC Kerberos" boolean depends on !ADK_TARGET_ROOTFS_NFSROOT - depends on ADK_KPACKAGE_KMOD_NFSD + depends on ADK_KPACKAGE_KMOD_NFSD || ADK_KPACKAGE_KMOD_NFS_FS select ADK_KPACKAGE_KMOD_SUNRPC_GSS select ADK_KPACKAGE_KMOD_RPCSEC_GSS_KRB5 select ADK_KERNEL_NFS_V4 diff --git a/target/linux/config/Config.in.network b/target/linux/config/Config.in.network index 1bbf681dc..6e4267857 100644 --- a/target/linux/config/Config.in.network +++ b/target/linux/config/Config.in.network @@ -214,12 +214,12 @@ config ADK_KPACKAGE_KMOD_PPP config ADK_KPACKAGE_KMOD_PPP_MPPE prompt "kmod-ppp-mppe................... PPP MPPE/MPPC module" tristate - default n depends on ADK_KPACKAGE_KMOD_PPP select ADK_KERNEL_CRYPTO select ADK_KPACKAGE_KMOD_CRYPTO_ARC4 select ADK_KPACKAGE_KMOD_CRYPTO_SHA1 select ADK_KPACKAGE_KMOD_CRYPTO_ECB + default n help Support for the MPPE Encryption protocol, as employed by the Microsoft Point-to-Point Tunneling Protocol. @@ -230,23 +230,24 @@ config ADK_KPACKAGE_KMOD_PPP_MPPE config ADK_KPACKAGE_KMOD_PPPOATM prompt "kmod-pppoatm.................... PPPoA (PPP over ATM) kernel support" tristate - default n depends on ADK_KPACKAGE_KMOD_PPP select ADK_KPACKAGE_KMOD_ATM + default n help Support for PPP over ATM config ADK_KPACKAGE_KMOD_PPPOE prompt "kmod-pppoe...................... PPPoE (PPP over Ethernet) kernel support" tristate - default n depends on ADK_KPACKAGE_KMOD_PPP + default n help Support for PPP over Ethernet config ADK_KPACKAGE_KMOD_TUN prompt "kmod-tun.......................... Universal TUN/TAP driver" tristate + select ADK_KERNEL_NETDEVICES default n help Kernel support for the TUN/TAP tunneling device -- cgit v1.2.3