diff options
-rw-r--r-- | package/haveged/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/haveged/Makefile b/package/haveged/Makefile index 32faa95db..d3529a8e6 100644 --- a/package/haveged/Makefile +++ b/package/haveged/Makefile @@ -11,6 +11,8 @@ PKG_DESCR:= entropy gathering daemon PKG_SECTION:= sys/misc PKG_SITES:= http://www.issihosts.com/haveged/ +PKG_ARCH_DEPENDS:= !arm + DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.gz include $(ADK_TOPDIR)/mk/package.mk |