mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 18:25:57 +01:00
Create the cli.gitignore mechanism to pass extra default cli options
Document that X11 mouse is not moving. Convert x='' to x= on all scripts, and also fix case ;; indentations. Add dummy value to QEMU's -trace enable= to prevent warning. Expand built-in package choice rationale.
This commit is contained in:
@@ -28,6 +28,8 @@ config BR2_PACKAGE_PARSEC_BENCHMARK_PARSECMGMT
|
||||
The other option would be to patch Parsec to use /bin/sh and be POSIX compliant.
|
||||
But let's take the path of smallest resistance for now.
|
||||
|
||||
if !BR2_PACKAGE_PARSEC_BENCHMARK_PARSECMGMT
|
||||
|
||||
config BR2_PACKAGE_PARSEC_BENCHMARK_INPUT_SIZE
|
||||
string "input_size"
|
||||
default test
|
||||
@@ -35,3 +37,5 @@ config BR2_PACKAGE_PARSEC_BENCHMARK_INPUT_SIZE
|
||||
Which input size to generate on the host for the guest.
|
||||
|
||||
endif
|
||||
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user