Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 12afc36e authored by Antonio Quartulli's avatar Antonio Quartulli
Browse files

batman-adv: drop dependency against CRC16



The crc16 functionality is not used anymore, therefore
we can safely remove the dependency in the Kbuild file.

Signed-off-by: default avatarAntonio Quartulli <antonio@meshcoding.com>
parent 8d90d775
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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