Browse Source

some minor bugfixing in linux kernel config

Waldemar Brodkorb 13 years ago
parent
commit
57627f1608
2 changed files with 5 additions and 4 deletions
  1. 1 1
      target/linux/config/Config.in.fsnet
  2. 4 3
      target/linux/config/Config.in.network

+ 1 - 1
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

+ 4 - 3
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