GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / net / packet / Kconfig
blob0060e3b396b7b41fb0a5791966a39222cce8c04d
2 # Packet configuration
5 config PACKET
6         tristate "Packet socket"
7         ---help---
8           The Packet protocol is used by applications which communicate
9           directly with network devices without an intermediate network
10           protocol implemented in the kernel, e.g. tcpdump.  If you want them
11           to work, choose Y.
13           To compile this driver as a module, choose M here: the module will
14           be called af_packet.
16           If unsure, say Y.