Skip to content

Commit 427f974

Browse files
vegardkuba-moo
authored andcommitted
net: korina: select CRC32
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: ef11291 ("Add support the Korina (IDT RC32434) Ethernet MAC") Cc: Arnd Bergmann <[email protected]> Signed-off-by: Vegard Nossum <[email protected]> Acked-by: Florian fainelli <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent e599ee2 commit 427f974

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/net/ethernet/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ config JME
100100
config KORINA
101101
tristate "Korina (IDT RC32434) Ethernet support"
102102
depends on MIKROTIK_RB532 || COMPILE_TEST
103+
select CRC32
103104
select MII
104105
help
105106
If you have a Mikrotik RouterBoard 500 or IDT RC32434

0 commit comments

Comments
 (0)