projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ea5e4d
)
Revert "batman-adv: drop dependency against CRC16"
author
David S. Miller
<davem@davemloft.net>
Thu, 16 Jan 2014 00:54:14 +0000
(16:54 -0800)
committer
David S. Miller
<davem@davemloft.net>
Thu, 16 Jan 2014 00:54:14 +0000
(16:54 -0800)
This reverts commit
12afc36e38b3b6a0ec9bda71632c2285e7fdbab2
.
The dependency is actually still necessary.
Signed-off-by: David S. Miller <davem@davemloft.net>
net/batman-adv/Kconfig
patch
|
blob
|
history
diff --git
a/net/batman-adv/Kconfig
b/net/batman-adv/Kconfig
index 2b2dc473e1f781591796d06fe4711eacb8fa88aa..fa780b76630e4def219fc5f464554a4361721229 100644
(file)
--- a/
net/batman-adv/Kconfig
+++ b/
net/batman-adv/Kconfig
@@
-5,6
+5,7
@@
config BATMAN_ADV
tristate "B.A.T.M.A.N. Advanced Meshing Protocol"
depends on NET
+ select CRC16
select LIBCRC32C
default n
help