From: florian Date: Sat, 31 May 2008 10:53:14 +0000 (+0000) Subject: dmidecode should depend on the x86 target X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=db524c5a185a2a2e78d87c50e27e9d27c79c8b50;p=packages.git dmidecode should depend on the x86 target git-svn-id: svn://svn.openwrt.org/openwrt/packages@11306 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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