1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-22 04:38:03 +03:00

[package] fix ksymoops architecture dependencies

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16576 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2009-06-26 21:38:27 +00:00
parent 53edff7d08
commit 76e21539f5

View File

@ -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