dmidecode should depend on the x86 target
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 31 May 2008 10:53:14 +0000 (10:53 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 31 May 2008 10:53:14 +0000 (10:53 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@11306 3c298f89-4303-0410-b956-a3cf2f4a3e73

utils/dmidecode/Makefile

index 7b2b1b2..f207d66 100644 (file)
@@ -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