Browse Source

Revert "batman-adv: drop dependency against CRC16"

This reverts commit 12afc36e38b3b6a0ec9bda71632c2285e7fdbab2.

The dependency is actually still necessary.

Signed-off-by: David S. Miller <davem@davemloft.net>
David S. Miller 11 years ago
parent
commit
6631c5cea8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      net/batman-adv/Kconfig

+ 1 - 0
net/batman-adv/Kconfig

@@ -5,6 +5,7 @@
 config BATMAN_ADV
 config BATMAN_ADV
 	tristate "B.A.T.M.A.N. Advanced Meshing Protocol"
 	tristate "B.A.T.M.A.N. Advanced Meshing Protocol"
 	depends on NET
 	depends on NET
+	select CRC16
 	select LIBCRC32C
 	select LIBCRC32C
         default n
         default n
 	help
 	help