summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-06-26 21:38:27 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-06-26 21:38:27 +0000
commitf2435c2208685c2a6cd4448d5add1a0aafe43029 (patch)
tree7b7473987b7da8a275298488f78efe1ca947423f
parent501c2f9a01fc4cf7c59bbb61a371dc29634588e8 (diff)
downloadmaster-31e0f0ae-f2435c2208685c2a6cd4448d5add1a0aafe43029.tar.gz
master-31e0f0ae-f2435c2208685c2a6cd4448d5add1a0aafe43029.tar.bz2
master-31e0f0ae-f2435c2208685c2a6cd4448d5add1a0aafe43029.zip
fix ksymoops architecture dependencies
SVN-Revision: 16576
-rw-r--r--package/ksymoops/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ksymoops/Makefile b/package/ksymoops/Makefile
index be6f9b6beb..a92d3f445a 100644
--- a/package/ksymoops/Makefile
+++ b/package/ksymoops/Makefile
@@ -21,7 +21,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/ksymoops
SECTION:=utils
CATEGORY:=Utilities
- DEPENDS:=@LINUX_2_6 @TARGET_mips||TARGET_mips||TARGET_m68k||TARGET_x86 +libbfd
+ DEPENDS:=@LINUX_2_6 @mips||mipsel||m68k||i386 +libbfd
TITLE:=Interpret oops of the kernel
URL:=http://www.kernel.org/pub/linux/utils/kernel/ksymoops/v2.4/
MENU:=1