Browse Source

fix wrong naming

Waldemar Brodkorb 11 years ago
parent
commit
9a56c598ce
1 changed files with 2 additions and 1 deletions
  1. 2 1
      package/gdbserver/Makefile

+ 2 - 1
package/gdbserver/Makefile

@@ -4,12 +4,13 @@
 include ${TOPDIR}/rules.mk
 include ${TOPDIR}/toolchain/gdb/Makefile.inc
 
-PKG_NAME:=		gdbserver
+PKG_NAME:=		gdb
 PKG_DESCR:=		GNU debugger (small server)
 PKG_SECTION:=		debug
 PKG_DEPENDS:=		libthread-db
 
 PKG_ARCH_DEPENDS:=	!avr32 !m68k
+PKG_SUBPKGS:=		GDBSERVER
 
 WRKSRC=                 ${WRKDIST}/gdb/gdbserver