diff options
Diffstat (limited to 'toolchain/sstrip/Config.in')
-rw-r--r-- | toolchain/sstrip/Config.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/toolchain/sstrip/Config.in b/toolchain/sstrip/Config.in new file mode 100644 index 000000000..ba0b79d3c --- /dev/null +++ b/toolchain/sstrip/Config.in @@ -0,0 +1,11 @@ +config BR2_PACKAGE_SSTRIP_TARGET + bool "sstrip for the target system." + default n + help + Maximal 'strip'ing utility. + +config BR2_PACKAGE_SSTRIP_HOST + bool "sstrip for the host/build system." + default n + help + Maximal 'strip'ing utility. |