diff options
Diffstat (limited to 'init/config.in')
-rw-r--r-- | init/config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/init/config.in b/init/config.in index 1d4760c2c..1174e21d5 100644 --- a/init/config.in +++ b/init/config.in @@ -21,5 +21,7 @@ if [ "$CONFIG_INIT" = "y" ]; then bool 'start-stop-daemon' CONFIG_START_STOP_DAEMON fi +bool 'run-parts' CONFIG_RUN_PARTS + endmenu |