sane-backends: select all backends when CONFIG_ALL
authorLuiz Angelo Daros de Luca <luizluca@gmail.com>
Thu, 15 Oct 2015 03:35:49 +0000 (00:35 -0300)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 14 Jan 2016 15:43:01 +0000 (16:43 +0100)
commit6128fa0f3dbeb5f334e3321c526ef772aeb56b34
treebeb87df94d6c12a8876608708e7a7146d3a7860a
parent752590d2666a4a29720936e2371a06888f33e24a
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>
utils/sane-backends/Makefile
utils/sane-backends/patches/030-musl.patch