# HG changeset patch # User "Yann E. MORIN" # Date 1236509956 0 # Node ID 470541ef2b7208f5296d87cc8fd577d9bce79b7e # Parent d9bcfb2d73697643851c646633621f3293b50cb7 Re-order the sstrip config options. /trunk/config/tools/sstrip.in | 14 7 7 0 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff -r d9bcfb2d7369 -r 470541ef2b72 config/tools/sstrip.in --- a/config/tools/sstrip.in Sat Mar 07 11:20:27 2009 +0000 +++ b/config/tools/sstrip.in Sun Mar 08 10:59:16 2009 +0000 @@ -9,13 +9,6 @@ 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 @@ 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