13 lines
317 B
Plaintext
13 lines
317 B
Plaintext
|
config BR2_PACKAGE_GLUSTER
|
||
|
bool "gluster"
|
||
|
default y
|
||
|
depends on BR2_x86_64
|
||
|
select BR2_PACKAGE_LIBURCU
|
||
|
select BR2_PACKAGE_LIBXML2
|
||
|
help
|
||
|
Gluster is a scalable, distributed file system that
|
||
|
aggregates disk storage resources from multiple servers into
|
||
|
a single global namespace.
|
||
|
|
||
|
https://www.gluster.org/
|