mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
sane-backends: select all backends when CONFIG_ALL
sane-xxx backend packages are hidden packages with custom config and CONFIG_ALL does not select them alone. Now sane-backends depends on +ALL:sane-backends-all. No existing ipk is affected as the changed package/sane-backends does not exist as an ipk. 030-musl.patch was updated to be submitted upstream. However, the added preprocessor #if are always true for OpenWRT and will not change the resulting code. Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
This commit is contained in:
committed by
Jo-Philipp Wich
parent
752590d266
commit
6128fa0f3d
@@ -41,6 +41,7 @@ $(call Package/sane-backends/Default)
|
||||
SECTION:=utils
|
||||
CATEGORY:=Utilities
|
||||
TITLE+= (drivers)
|
||||
DEPENDS:=+ALL:sane-backends-all
|
||||
endef
|
||||
|
||||
define Package/sane-backends/description
|
||||
|
||||
Reference in New Issue
Block a user