sync config of packages.

This commit is contained in:
2017-04-08 21:40:10 +02:00
parent 63d0813f93
commit a7f03efc11
6 changed files with 246 additions and 185 deletions

View File

@@ -13,3 +13,14 @@ config BR2_PACKAGE_PROCD_DISABLE_INIT
default n
help
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"
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