1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 20:55:27 +03:00

[package] gdb: not support on cris

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18882 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2009-12-22 06:09:48 +00:00
parent ee576625cc
commit 0af0814f0d

View File

@ -19,7 +19,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/gdb/Default
SECTION:=utils
CATEGORY:=Utilities
DEPENDS:= @!avr32
DEPENDS:= @!(avr32||cris)
endef
define Package/gdb