gdb: recategorize from utils to devel in menuconfig
Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34291
This commit is contained in:
parent
426d806994
commit
e5effc8c4c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue