Pārlūkot izejas kodu

fixup descriptions

Waldemar Brodkorb 10 gadi atpakaļ
vecāks
revīzija
b24b36b667
2 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 1 1
      package/gdb/Makefile
  2. 1 1
      package/gdbserver/Makefile

+ 1 - 1
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

+ 1 - 1
package/gdbserver/Makefile

@@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk
 include ${TOPDIR}/toolchain/gdb/Makefile.inc
 
 PKG_NAME:=		gdb
-PKG_DESCR:=		GNU debugger (small server)
+PKG_DESCR:=		remote programm debugger utility
 PKG_SECTION:=		debug
 PKG_DEPENDS:=		libthread-db