From 4631ffa739da250455b59f6adb6f2a8884098097 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 20 Jan 2014 20:22:06 +0100 Subject: [PATCH] pciutils: only build and install on supported platforms Signed-off-by: Stephan Raue --- packages/sysutils/pciutils/package.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sysutils/pciutils/package.mk b/packages/sysutils/pciutils/package.mk index 3f969aeb1a..6b1247b7b4 100644 --- a/packages/sysutils/pciutils/package.mk +++ b/packages/sysutils/pciutils/package.mk @@ -19,7 +19,7 @@ PKG_NAME="pciutils" PKG_VERSION="3.2.1" PKG_REV="1" -PKG_ARCH="any" +PKG_ARCH="i386 x86_64" PKG_LICENSE="GPL" PKG_SITE="http://mj.ucw.cz/pciutils.shtml" PKG_URL="http://www.kernel.org/pub/software/utils/pciutils/$PKG_NAME-$PKG_VERSION.tar.xz"