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
This commit is contained in:
Florian Fainelli 2006-08-11 17:32:00 +00:00
parent 92167e1067
commit 43b6cd4719

View File

@ -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