mirror of
https://git.busybox.net/buildroot.git
synced 2025-01-24 05:13:27 +08:00
12 lines
255 B
Plaintext
12 lines
255 B
Plaintext
config BR2_PACKAGE_SSTRIP_TARGET
|
|
bool "Install sstrip for the target system"
|
|
default n
|
|
help
|
|
Maximal 'strip'ing utility.
|
|
|
|
config BR2_PACKAGE_SSTRIP_HOST
|
|
bool "Install sstrip for the host/build system"
|
|
default n
|
|
help
|
|
Maximal 'strip'ing utility.
|