mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
bridge and pcmcia need a compiled up linux kernel
This commit is contained in:
parent
183e72f23c
commit
225bc402b0
@ -1,8 +1,9 @@
|
|||||||
config BR2_PACKAGE_BRIDGE
|
config BR2_PACKAGE_BRIDGE
|
||||||
bool "bridge"
|
bool "bridge"
|
||||||
default n
|
default n
|
||||||
|
depends BR2_PACKAGE_LINUX
|
||||||
help
|
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.
|
form a larger network.
|
||||||
|
|
||||||
http://bridge.sourceforge.net/
|
http://bridge.sourceforge.net/
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
config BR2_PACKAGE_PCMCIA
|
config BR2_PACKAGE_PCMCIA
|
||||||
bool "pcmcia"
|
bool "pcmcia"
|
||||||
default n
|
default n
|
||||||
|
depends BR2_PACKAGE_LINUX
|
||||||
help
|
help
|
||||||
PCMCIA tools for Linux.
|
PCMCIA tools for Linux.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user