net: korina: select CRC32
commit427f974d97upstream. Fix the following build/link error by adding a dependency on the CRC32 routines: ld: drivers/net/ethernet/korina.o: in function `korina_multicast_list': korina.c:(.text+0x1af): undefined reference to `crc32_le' Fixes:ef11291bcd("Add support the Korina (IDT RC32434) Ethernet MAC") Cc: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com> Acked-by: Florian fainelli <f.fainelli@gmail.com> Link: https://lore.kernel.org/r/20211012152509.21771-1-vegard.nossum@oracle.com Signed-off-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
33ca850105
commit
afb0c67dfd
@@ -99,6 +99,7 @@ config JME
|
|||||||
config KORINA
|
config KORINA
|
||||||
tristate "Korina (IDT RC32434) Ethernet support"
|
tristate "Korina (IDT RC32434) Ethernet support"
|
||||||
depends on MIKROTIK_RB532
|
depends on MIKROTIK_RB532
|
||||||
|
select CRC32
|
||||||
help
|
help
|
||||||
If you have a Mikrotik RouterBoard 500 or IDT RC32434
|
If you have a Mikrotik RouterBoard 500 or IDT RC32434
|
||||||
based system say Y. Otherwise say N.
|
based system say Y. Otherwise say N.
|
||||||
|
|||||||
Reference in New Issue
Block a user