From: Thomas Petazzoni Date: Mon, 15 Sep 2014 20:50:08 +0000 (+0200) Subject: gdb: reword prompt for host TUI option X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ae054fcaa6e3887cf9e3b5b2441553e63bda0a0f;p=buildroot.git gdb: reword prompt for host TUI option There is no need to name the option "GDB TUI support", since this option is already visible "below" GDB in menuconfig/xconfig. Naming it "TUI support" is therefore sufficient. Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- diff --git a/package/gdb/Config.in.host b/package/gdb/Config.in.host index fe3f90e0cd..5d0e1b4e9d 100644 --- a/package/gdb/Config.in.host +++ b/package/gdb/Config.in.host @@ -14,7 +14,7 @@ config BR2_PACKAGE_HOST_GDB if BR2_PACKAGE_HOST_GDB config BR2_PACKAGE_HOST_GDB_TUI - bool "GDB TUI support" + bool "TUI support" help This option enables terminal user interface (TUI) for gdb