From: Eneas U de Queiroz Date: Mon, 6 Apr 2020 23:31:55 +0000 (-0300) Subject: sane-backends: use "tristate" instead of "prompt" X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=018392a9882946b70e776cc9696272ced5e9f1fd;p=openwrt-packages.git sane-backends: use "tristate" instead of "prompt" Remove "prompt" command, dropped in kconfig-v5.6, from Package/sane-backends/config, replacing it with "tristate". This does not affect the generated package. Signed-off-by: Eneas U de Queiroz --- diff --git a/utils/sane-backends/Makefile b/utils/sane-backends/Makefile index 8f0a03a0d..ca3f2c8b3 100644 --- a/utils/sane-backends/Makefile +++ b/utils/sane-backends/Makefile @@ -55,7 +55,7 @@ define Package/sane-backends/config config PACKAGE_sane-backends-all depends on PACKAGE_sane-backends - prompt "Include all SANE backends (sane-backends-all)" + tristate "Include all SANE backends (sane-backends-all)" comment "Backends" @@ -65,7 +65,7 @@ $(foreach backend,$(SANE_BACKENDS), \ $(call Package/sane-$(backend)) )\ config PACKAGE_sane-$(backend) - prompt "$(TITLE)" + tristate "$(TITLE)" $(foreach config_dep,\ $(filter @%, $(foreach v, $(DEPENDS), $(if $(findstring :,$v),,$v))