From: Florian Fainelli Date: Sat, 31 May 2008 10:53:14 +0000 (+0000) Subject: dmidecode should depend on the x86 target X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=5eb9ec05e355f9ce8a1abeedeb9de53c86e98ce7;p=openwrt%2Fsvn-archive%2Fpackages.git dmidecode should depend on the x86 target SVN-Revision: 11306 --- diff --git a/utils/dmidecode/Makefile b/utils/dmidecode/Makefile index 7b2b1b2dd..f207d6681 100644 --- a/utils/dmidecode/Makefile +++ b/utils/dmidecode/Makefile @@ -23,7 +23,7 @@ include $(INCLUDE_DIR)/package.mk define Package/dmidecode SECTION:=utils CATEGORY:=Utilities - DEPENDS:=@LINUX_2_6 + DEPENDS:=@TARGET_x86 TITLE:=Displays BIOS informations. URL:=http://www.nongnu.org/dmidecode/ endef