summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2006-08-11 17:32:00 +0000
committerFlorian Fainelli <florian@openwrt.org>2006-08-11 17:32:00 +0000
commit40ebe973ff868c62b8c4c8ec0c0c6f2173995f85 (patch)
treef8f49bb435e2d2e4b814d34f0616701952b26158
parent149935592c2d0122ff8f510236c69b72528b8403 (diff)
downloadmtk-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/config2
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