forked from Minki/linux
Staging: batman-adv: Remove dependency to PROCFS
It is not need to depend on it as procfs support was removed during the transition to sysfs. Signed-off-by: Sven Eckelmann <sven.eckelmann@gmx.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
b06687993c
commit
e75fece2b8
@ -4,7 +4,7 @@
|
||||
|
||||
config BATMAN_ADV
|
||||
tristate "B.A.T.M.A.N. Advanced Meshing Protocol"
|
||||
depends on PROC_FS && NET
|
||||
depends on NET
|
||||
default n
|
||||
---help---
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user