Re-order the sstrip config options.

/trunk/config/tools/sstrip.in |   14     7     7     0 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
This commit is contained in:
Yann E. MORIN" 2009-03-08 10:59:16 +00:00
parent eba28c52f0
commit 6343b71e25

View File

@ -9,13 +9,6 @@ choice
bool
prompt "Use sstrip from:"
config SSTRIP_ELFKICKERS
bool
prompt "ELFkickers"
help
The original, ageing version, of sstrip from ELFkickers.
Fully functional, but not maintained anymore.
config SSTRIP_BUILDROOT
bool
prompt "buildroot"
@ -24,6 +17,13 @@ config SSTRIP_BUILDROOT
is somewhat maintained by the buildroot guys.
Supports big-endian systems.
config SSTRIP_ELFKICKERS
bool
prompt "ELFkickers"
help
The original, ageing version, of sstrip from ELFkickers.
Fully functional, but not maintained anymore.
endchoice
config SSTRIP_FROM