diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-06-26 21:38:27 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-06-26 21:38:27 +0000 |
commit | 76e21539f5f4a1a62a483a3a4ad0e9eb20144e35 (patch) | |
tree | 259e0d9f50afb80c0afc6c62ab3fe40b71e30a2e /package/ksymoops | |
parent | 53edff7d08e089f2cef5bd863517e3ca210f781e (diff) |
[package] fix ksymoops architecture dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16576 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ksymoops')
-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 |