|
@@ -17,7 +17,7 @@ config BATMAN_ADV
|
|
|
|
|
|
config BATMAN_ADV_BATMAN_V
|
|
config BATMAN_ADV_BATMAN_V
|
|
bool "B.A.T.M.A.N. V protocol (experimental)"
|
|
bool "B.A.T.M.A.N. V protocol (experimental)"
|
|
- depends on BATMAN_ADV && CFG80211=y || (CFG80211=m && BATMAN_ADV=m)
|
|
|
|
|
|
+ depends on BATMAN_ADV && !(CFG80211=m && BATMAN_ADV=y)
|
|
default n
|
|
default n
|
|
help
|
|
help
|
|
This option enables the B.A.T.M.A.N. V protocol, the successor
|
|
This option enables the B.A.T.M.A.N. V protocol, the successor
|