summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-03-08 10:59:16 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-03-08 10:59:16 (GMT)
commit6343b71e2556c0c2e27b45f0cb50c94a98a773e2 (patch)
treebc5b90812d32e55536e2d6dfae64676fdb0138b4 /config
parenteba28c52f0e2ccc0f985c120611817d6a9155892 (diff)
Re-order the sstrip config options.
/trunk/config/tools/sstrip.in | 14 7 7 0 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-)
Diffstat (limited to 'config')
-rw-r--r--config/tools/sstrip.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/config/tools/sstrip.in b/config/tools/sstrip.in
index f78330f..5abd0f3 100644
--- a/config/tools/sstrip.in
+++ b/config/tools/sstrip.in
@@ -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