dmidecode should depend on the x86 target
authorFlorian Fainelli <florian@openwrt.org>
Sat, 31 May 2008 10:53:14 +0000 (10:53 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sat, 31 May 2008 10:53:14 +0000 (10:53 +0000)
SVN-Revision: 11306

utils/dmidecode/Makefile

index 7b2b1b2dd5d7b7b355296083218746bff399e2b0..f207d66817e54985a999392991e87a53ff1a785d 100644 (file)
@@ -23,7 +23,7 @@ include $(INCLUDE_DIR)/package.mk
 define Package/dmidecode
   SECTION:=utils
   CATEGORY:=Utilities
 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
   TITLE:=Displays BIOS informations.
   URL:=http://www.nongnu.org/dmidecode/
 endef