aboutsummaryrefslogtreecommitdiffstats
path: root/package/devel
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-11-21 20:26:51 +0000
committerFlorian Fainelli <florian@openwrt.org>2012-11-21 20:26:51 +0000
commit12658b104af05d496a90c49c26cf66b6f379923c (patch)
tree7fa76266abb57e84bc874b6ee7dcd1f7a341e077 /package/devel
parent41c7dcfcdf729a6d5c6e5a50434181e2764fb490 (diff)
downloadupstream-12658b104af05d496a90c49c26cf66b6f379923c.tar.gz
upstream-12658b104af05d496a90c49c26cf66b6f379923c.tar.bz2
upstream-12658b104af05d496a90c49c26cf66b6f379923c.zip
[package] gdb: recategorize from utils to devel in menuconfig
Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34291 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/devel')
-rw-r--r--package/devel/gdb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/devel/gdb/Makefile b/package/devel/gdb/Makefile
index fdae722bf5..da5dd3fabc 100644
--- a/package/devel/gdb/Makefile
+++ b/package/devel/gdb/Makefile
@@ -21,8 +21,8 @@ PKG_INSTALL:=1
include $(INCLUDE_DIR)/package.mk
define Package/gdb/Default
- SECTION:=utils
- CATEGORY:=Utilities
+ SECTION:=devel
+ CATEGORY:=Development
DEPENDS:=@!(avr32||cris) +libthread-db +PACKAGE_zlib:zlib
URL:=http://www.gnu.org/software/gdb/
endef