diff options
-rwxr-xr-x | build | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ include ../source.mk config_enabled = \ config_enabled() \ { \ + [ "x$${1}" = 'x-' ] && return 0; \ grep "^CONFIG_$${1}=y$$" <src/.config >/dev/null 2>&1; \ } install_init_script = \ |