Re-order the sstrip config options.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Mar 08 10:59:16 2009 +0000 (2009-03-08)
changeset 1242470541ef2b72
parent 1241 d9bcfb2d7369
child 1243 5d15872659ec
Re-order the sstrip config options.

/trunk/config/tools/sstrip.in | 14 7 7 0 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
config/tools/sstrip.in
     1.1 --- a/config/tools/sstrip.in	Sat Mar 07 11:20:27 2009 +0000
     1.2 +++ b/config/tools/sstrip.in	Sun Mar 08 10:59:16 2009 +0000
     1.3 @@ -9,13 +9,6 @@
     1.4      bool
     1.5      prompt "Use sstrip from:"
     1.6  
     1.7 -config SSTRIP_ELFKICKERS
     1.8 -    bool
     1.9 -    prompt "ELFkickers"
    1.10 -    help
    1.11 -      The original, ageing version, of sstrip from ELFkickers.
    1.12 -      Fully functional, but not maintained anymore.
    1.13 -
    1.14  config SSTRIP_BUILDROOT
    1.15      bool
    1.16      prompt "buildroot"
    1.17 @@ -24,6 +17,13 @@
    1.18        is somewhat maintained by the buildroot guys.   
    1.19        Supports big-endian systems.
    1.20  
    1.21 +config SSTRIP_ELFKICKERS
    1.22 +    bool
    1.23 +    prompt "ELFkickers"
    1.24 +    help
    1.25 +      The original, ageing version, of sstrip from ELFkickers.
    1.26 +      Fully functional, but not maintained anymore.
    1.27 +
    1.28  endchoice
    1.29  
    1.30  config SSTRIP_FROM