diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-06-26 21:38:27 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-06-26 21:38:27 +0000 |
commit | 2cc8e734a94c5df77dd1f9ec8db35ffedb6a099c (patch) | |
tree | 259e0d9f50afb80c0afc6c62ab3fe40b71e30a2e | |
parent | dcdea8e8c34f5be083f6236bb99dc701f3a5cf58 (diff) | |
download | upstream-2cc8e734a94c5df77dd1f9ec8db35ffedb6a099c.tar.gz upstream-2cc8e734a94c5df77dd1f9ec8db35ffedb6a099c.tar.bz2 upstream-2cc8e734a94c5df77dd1f9ec8db35ffedb6a099c.zip |
[package] fix ksymoops architecture dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16576 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/ksymoops/Makefile | 2 |
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 |