dmidecode should depend on the x86 target

git-svn-id: svn://svn.openwrt.org/openwrt/packages@11306 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2008-05-31 10:53:14 +00:00
parent fecd643730
commit db524c5a18

View 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