diff options
| author | Florian Fainelli <florian@openwrt.org> | 2006-08-11 17:32:00 +0000 |
|---|---|---|
| committer | Florian Fainelli <florian@openwrt.org> | 2006-08-11 17:32:00 +0000 |
| commit | 40ebe973ff868c62b8c4c8ec0c0c6f2173995f85 (patch) | |
| tree | f8f49bb435e2d2e4b814d34f0616701952b26158 | |
| parent | 149935592c2d0122ff8f510236c69b72528b8403 (diff) | |
| download | mtk-20170518-40ebe973ff868c62b8c4c8ec0c0c6f2173995f85.zip mtk-20170518-40ebe973ff868c62b8c4c8ec0c0c6f2173995f85.tar.gz mtk-20170518-40ebe973ff868c62b8c4c8ec0c0c6f2173995f85.tar.bz2 | |
Enable CONFIG_PACKET built in the kernel, closes #687
SVN-Revision: 4564
| -rw-r--r-- | openwrt/target/linux/xscale-2.6/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/linux/xscale-2.6/config b/openwrt/target/linux/xscale-2.6/config index 9b33d60..4eac5f9 100644 --- a/openwrt/target/linux/xscale-2.6/config +++ b/openwrt/target/linux/xscale-2.6/config @@ -219,7 +219,7 @@ CONFIG_NET=y # Networking options # # CONFIG_NETDEBUG is not set -CONFIG_PACKET=m +CONFIG_PACKET=y CONFIG_PACKET_MMAP=y CONFIG_UNIX=y # CONFIG_NET_KEY is not set |
