projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d90d77
)
batman-adv: drop dependency against CRC16
author
Antonio Quartulli
<antonio@meshcoding.com>
Thu, 9 Jan 2014 14:44:57 +0000
(15:44 +0100)
committer
Antonio Quartulli
<antonio@meshcoding.com>
Sun, 12 Jan 2014 13:41:21 +0000
(14:41 +0100)
The crc16 functionality is not used anymore, therefore
we can safely remove the dependency in the Kbuild file.
Signed-off-by: Antonio Quartulli <antonio@meshcoding.com>
net/batman-adv/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/net/batman-adv/Kconfig
b/net/batman-adv/Kconfig
index fa780b76630e4def219fc5f464554a4361721229..2b2dc473e1f781591796d06fe4711eacb8fa88aa 100644
(file)
--- a/
net/batman-adv/Kconfig
+++ b/
net/batman-adv/Kconfig
@@
-5,7
+5,6
@@
config BATMAN_ADV
tristate "B.A.T.M.A.N. Advanced Meshing Protocol"
depends on NET
- select CRC16
select LIBCRC32C
default n
help