buildroot receipe: Fix styp error
All checks were successful
the build was successful

This commit is contained in:
2019-04-11 23:32:12 +02:00
parent ec7019d0e9
commit ed991db789
18 changed files with 42 additions and 45 deletions

View File

@@ -1,26 +1,25 @@
config BR2_PACKAGE_PROCD
bool "procd"
default n
select BR2_PACKAGE_LIBUBOX
select BR2_PACKAGE_UBUS
select BR2_PACKAGE_JSON_C
default n
help
This program manage process.
This program manage process.
config BR2_PACKAGE_PROCD_DISABLE_INIT
depends on BR2_PACKAGE_PROCD
bool "Disable the init part of procd"
default n
depends on BR2_PACKAGE_PROCD
help
Disable the init part of procd
Disable the init part of procd
config BR2_PACKAGE_PROCD_EARLY_PATH
depends on BR2_PACKAGE_PROCD
string "Custom procd EARLY_PATH"
default "/usr/sbin:/sbin:/usr/bin:/bin:/usr/local/bin"
depends on BR2_PACKAGE_PROCD
help
Customize the PATH variable set by procd in its early stage.
This is inherited by all the children of procd.
When left empty, defaults to procd default value:
/usr/sbin:/sbin:/usr/bin:/bin
Customize the PATH variable set by procd in its early stage.
This is inherited by all the children of procd.
When left empty, defaults to procd default value:
/usr/sbin:/sbin:/usr/bin:/bin