mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 18:35:55 +02: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:
parent
53edff7d08
commit
76e21539f5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user