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 | 43b6cd4719ea08647d7d4e72f49a72bb376291ac (patch) | |
tree | acb3bbe5ed8635dd9e4fdd00bbd5564b60234489 /target | |
parent | 92167e106716c86914b748fd1fa8d3a6ceee0a4c (diff) | |
download | upstream-43b6cd4719ea08647d7d4e72f49a72bb376291ac.tar.gz upstream-43b6cd4719ea08647d7d4e72f49a72bb376291ac.tar.bz2 upstream-43b6cd4719ea08647d7d4e72f49a72bb376291ac.zip |
Enable CONFIG_PACKET built in the kernel, closes #687
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4564 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/xscale-2.6/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/xscale-2.6/config b/target/linux/xscale-2.6/config index 9b33d6016c..4eac5f9b26 100644 --- a/target/linux/xscale-2.6/config +++ b/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 |