mirror of
https://github.com/sheumann/hush.git
synced 2024-12-21 23:29:34 +00:00
- there is no "CONFIG_STANDALONE" in the repository. Also iff there was a
CONFIG_STANDALONE, we'd need to toggle this on per default.
This commit is contained in:
parent
597e70e9e4
commit
e2c7d34051
@ -238,8 +238,8 @@ config CONFIG_STATIC
|
|||||||
|
|
||||||
config CONFIG_BUILD_LIBBUSYBOX
|
config CONFIG_BUILD_LIBBUSYBOX
|
||||||
bool "Build shared libbusybox"
|
bool "Build shared libbusybox"
|
||||||
depends on CONFIG_STANDALONE
|
|
||||||
default n
|
default n
|
||||||
|
default y if CONFIG_STANDALONE
|
||||||
help
|
help
|
||||||
Build a shared library libbusybox.so which contains all
|
Build a shared library libbusybox.so which contains all
|
||||||
libraries used inside busybox.
|
libraries used inside busybox.
|
||||||
|
Loading…
Reference in New Issue
Block a user