diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2014-01-16 05:06:12 +0100 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2014-01-16 05:06:12 +0100 |
commit | a238192abad686137d611f6d78bdba8d0b6672ba (patch) | |
tree | 482978ec6306d6ffd6986e3ee276ae875743741d /package/sane-backends/Makefile | |
parent | 3427bba6f438f2db5fbd77acfdab51960afeeb19 (diff) |
good bye avr32, bad toolchain support, hardware is eol and no qemu emulator available
Diffstat (limited to 'package/sane-backends/Makefile')
-rw-r--r-- | package/sane-backends/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/sane-backends/Makefile b/package/sane-backends/Makefile index 8deca8f19..ce8b7fe53 100644 --- a/package/sane-backends/Makefile +++ b/package/sane-backends/Makefile @@ -15,7 +15,7 @@ PKG_URL:= http://www.sane-project.org/ PKG_SITES:= ftp://ftp2.sane-project.org/pub/sane/${PKG_NAME}-${PKG_VERSION}/ PKG_MULTI:= 1 -PKG_ARCH_DEPENDS:= !cris !avr32 +PKG_ARCH_DEPENDS:= !cris PKG_SUBPKGS:= SANE_BACKENDS SANE_BACKEND_NET SANE_BACKEND_ABATON SANE_BACKEND_AGFAFOCUS PKG_SUBPKGS+= SANE_BACKEND_APPLE SANE_BACKEND_ARTEC_EPLUS48U SANE_BACKEND_ARTEC SANE_BACKEND_AS6E |