diff options
Diffstat (limited to 'package/gdb')
-rw-r--r-- | package/gdb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gdb/Makefile b/package/gdb/Makefile index e282052e3..4513346c4 100644 --- a/package/gdb/Makefile +++ b/package/gdb/Makefile @@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk include ${TOPDIR}/toolchain/gdb/Makefile.inc PKG_NAME:= gdb -PKG_DESCR:= GNU debugger +PKG_DESCR:= programm debugger PKG_SECTION:= debug PKG_DEPENDS:= libthread-db libncurses libexpat libgcc zlib PKG_BUILDDEP:= ncurses readline libiconv-tiny expat zlib |