Staging: batman-adv: depend on NET instead of PACKET in Kconfig

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linux Kernel Mailing List
Date: Sunday, March 7, 2010 - 6:02 pm

Gitweb:     http://git.kernel.org/linus/0fce64362d4f2144586e3ffcff6f259bf8abc2f8
Commit:     0fce64362d4f2144586e3ffcff6f259bf8abc2f8
Parent:     77712e5fbe2e47476823f4853d756cc5ad1dfabc
Author:     Sven Eckelmann <sven.eckelmann@gmx.de>
AuthorDate: Fri Feb 19 16:18:04 2010 +0100
Committer:  Greg Kroah-Hartman <gregkh@suse.de>
CommitDate: Wed Mar 3 16:43:02 2010 -0800

    Staging: batman-adv: depend on NET instead of PACKET in Kconfig
    
    The code which uses the raw packet sockets was removed. The only related
    dependencies are the skb and netdev handling code. This is provided by
    NET in Kconfig.
    
    Signed-off-by: Sven Eckelmann <sven.eckelmann@gmx.de>
    Signed-off-by: Andrew Lunn <andrew@lunn.ch>
    Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---
 drivers/staging/batman-adv/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/batman-adv/Kconfig b/drivers/staging/batman-adv/Kconfig
index 69e8fb0..1e7e0a8 100644
--- a/drivers/staging/batman-adv/Kconfig
+++ b/drivers/staging/batman-adv/Kconfig
@@ -4,7 +4,7 @@
 
 config BATMAN_ADV
 	tristate "B.A.T.M.A.N. Advanced Meshing Protocol"
-	depends on PROC_FS && PACKET
+	depends on PROC_FS && NET
         default n
 	---help---
 
--
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Staging: batman-adv: depend on NET instead of PACKET in Kc ..., Linux Kernel Mailing ..., (Sun Mar 7, 6:02 pm)