mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
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:
committed by
Greg Kroah-Hartman
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---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user