Skip to content

Commit afb0c67

Browse files
vegardgregkh
authored andcommitted
net: korina: select CRC32
commit 427f974 upstream. 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]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 33ca850 commit afb0c67

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
@@ -99,6 +99,7 @@ config JME
9999
config KORINA
100100
tristate "Korina (IDT RC32434) Ethernet support"
101101
depends on MIKROTIK_RB532
102+
select CRC32
102103
help
103104
If you have a Mikrotik RouterBoard 500 or IDT RC32434
104105
based system say Y. Otherwise say N.

0 commit comments

Comments
 (0)