diff --git a/config/tools/sstrip.in b/config/tools/sstrip.in index f78330f6..5abd0f36 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