bridge and pcmcia need a compiled up linux kernel

This commit is contained in:
Eric Andersen 2005-03-01 17:33:31 +00:00
parent 183e72f23c
commit 225bc402b0
2 changed files with 3 additions and 1 deletions

View File

@ -1,8 +1,9 @@
config BR2_PACKAGE_BRIDGE
bool "bridge"
default n
depends BR2_PACKAGE_LINUX
help
Manage ethernet bridging; a way to connect networks together to
Manage ethernet bridging; a way to connect networks together to
form a larger network.
http://bridge.sourceforge.net/

View File

@ -1,6 +1,7 @@
config BR2_PACKAGE_PCMCIA
bool "pcmcia"
default n
depends BR2_PACKAGE_LINUX
help
PCMCIA tools for Linux.