Commit 7244c042 authored by Maksim Krasnyanskiy's avatar Maksim Krasnyanskiy

[TUN] Add a missing dependency on enabling the crc32 libraries

Patch by Steve French <smfltc@us.ibm.com>
Signed-off-by: default avatarMax Krasnyansky <maxk@qualcomm.com>
parent 8a814b35
...@@ -84,6 +84,7 @@ config EQUALIZER ...@@ -84,6 +84,7 @@ config EQUALIZER
config TUN config TUN
tristate "Universal TUN/TAP device driver support" tristate "Universal TUN/TAP device driver support"
depends on NETDEVICES depends on NETDEVICES
select CRC32
---help--- ---help---
TUN/TAP provides packet reception and transmission for user space TUN/TAP provides packet reception and transmission for user space
programs. It can be viewed as a simple Point-to-Point or Ethernet programs. It can be viewed as a simple Point-to-Point or Ethernet
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment