From: Eric Andersen Date: Tue, 1 Mar 2005 17:33:31 +0000 (-0000) Subject: bridge and pcmcia need a compiled up linux kernel X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=225bc402b0dd3b05ed600f1e65937826c8f7598a;p=buildroot.git bridge and pcmcia need a compiled up linux kernel --- diff --git a/package/bridge/Config.in b/package/bridge/Config.in index 8a5ebce0e9..d7703a70c3 100644 --- a/package/bridge/Config.in +++ b/package/bridge/Config.in @@ -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/ diff --git a/package/pcmcia/Config.in b/package/pcmcia/Config.in index 812a58e582..6ad1eed4e9 100644 --- a/package/pcmcia/Config.in +++ b/package/pcmcia/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_PCMCIA bool "pcmcia" default n + depends BR2_PACKAGE_LINUX help PCMCIA tools for Linux.