diff options
Diffstat (limited to 'package/openais/Makefile')
-rw-r--r-- | package/openais/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/openais/Makefile b/package/openais/Makefile index 0d96cbc1b..102a7d5f6 100644 --- a/package/openais/Makefile +++ b/package/openais/Makefile @@ -14,6 +14,8 @@ PKG_DEPENDS:= corosync PKG_URL:= http://www.openais.org/ PKG_SITES:= ftp://ftp:download@ftp.openais.org/downloads/openais-1.1.4/ +PKG_ARCH_DEPENDS:= !avr32 + include $(TOPDIR)/mk/package.mk $(eval $(call PKG_template,OPENAIS,openais,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) |