1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-02 17:00:43 +03:00

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 2006-08-11 17:32:00 +00:00
parent 20f30a6346
commit 6bca482720

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