From 40ebe973ff868c62b8c4c8ec0c0c6f2173995f85 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Fri, 11 Aug 2006 17:32:00 +0000 Subject: [PATCH] Enable CONFIG_PACKET built in the kernel, closes #687 SVN-Revision: 4564 --- openwrt/target/linux/xscale-2.6/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt/target/linux/xscale-2.6/config b/openwrt/target/linux/xscale-2.6/config index 9b33d6016c..4eac5f9b26 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 -- 2.30.2