From: Nicolas Thill Date: Mon, 5 Oct 2009 09:47:24 +0000 (+0000) Subject: [package] gdb: don't build on avr32 X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=9c0ffd1766b036522e872cccface9668f00bb8bd;p=15.05%2Fopenwrt.git [package] gdb: don't build on avr32 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17865 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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