commit | c557c15d83ea16e6c1a043c8eccb0f60bb19cb96 | [log] [tgz] |
---|---|---|
author | Randy Dunlap <randy.dunlap@oracle.com> | Thu Dec 10 13:50:56 2009 -0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Dec 10 13:50:56 2009 -0800 |
tree | f56084ca11454c256da137a105ea78c4fd12c481 | |
parent | 43de004b6c197b0ea408bdebf4f14afdead74b63 [diff] |
net: niu uses crc32, so select CRC32 From: Randy Dunlap <randy.dunlap@oracle.com> niu drivers uses crc32 functions, so it needs to select CRC32. niu.c:(.text+0x18a7f8): undefined reference to `crc32_le' Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>