aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2009-10-05 09:47:24 +0000
committerNicolas Thill <nico@openwrt.org>2009-10-05 09:47:24 +0000
commit3b0d91c6f55382bc73a006260e209261e8a347aa (patch)
treecd34dec8aaa3db7d35a0bf176cff6d4b2410a12a /package
parent0aeed7e5253b09a38f0873dfcbd21a762449e88d (diff)
downloadupstream-3b0d91c6f55382bc73a006260e209261e8a347aa.tar.gz
upstream-3b0d91c6f55382bc73a006260e209261e8a347aa.tar.bz2
upstream-3b0d91c6f55382bc73a006260e209261e8a347aa.zip
gdb: don't build on avr32
SVN-Revision: 17865
Diffstat (limited to 'package')
-rw-r--r--package/gdb/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/gdb/Makefile b/package/gdb/Makefile
index 85da76df58..d2bb43be95 100644
--- a/package/gdb/Makefile
+++ b/package/gdb/Makefile
@@ -19,6 +19,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/gdb/Default
SECTION:=utils
CATEGORY:=Utilities
+ DEPENDS:= @!avr32
endef
define Package/gdb