mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
Added parallel package to buildroot to close #274 Added .DS_Store due for development on mac clients. Updated readme.md regarding sg3_utils & parallel
13 lines
313 B
Plaintext
13 lines
313 B
Plaintext
config BR2_PACKAGE_PARALLEL
|
|
bool "parallel"
|
|
depends on BR2_PACKAGE_PERL
|
|
depends on BR2_PACKAGE_PROCPS_NG
|
|
help
|
|
A shell tool for executing jobs in parallel.
|
|
|
|
https://www.gnu.org/software/parallel/
|
|
|
|
comment "parallel needs Perl and procps-ng"
|
|
depends on BR2_PACKAGE_PERL
|
|
depends on BR2_PACKAGE_PROCPS_NG
|