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 1438ac0b7..07371ea3e 100644 --- a/package/gdb/Makefile +++ b/package/gdb/Makefile @@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk include ${TOPDIR}/toolchain/gdb/Makefile.inc PKG_DESCR:= GNU debugger -PKG_SECTION:= comp +PKG_SECTION:= debug PKG_DEPENDS:= libthread-db libncurses libiconv libexpat PKG_BUILDDEP+= ncurses readline libiconv expat PKG_TARGET_DEPENDS:= !foxboard !ag241 |