diff options
Diffstat (limited to 'target/config/Config.in.tools')
| -rw-r--r-- | target/config/Config.in.tools | 14 | 
1 files changed, 9 insertions, 5 deletions
diff --git a/target/config/Config.in.tools b/target/config/Config.in.tools index cdeeb90ed..0a0a0ef81 100644 --- a/target/config/Config.in.tools +++ b/target/config/Config.in.tools @@ -39,9 +39,9 @@ config ADK_HOST_BUILD_LIBTOOL  	bool  	default y -config ADK_HOST_BUILD_LIBRESSL +config ADK_HOST_BUILD_OPENSSL  	bool -	default n +	default y  config ADK_HOST_BUILD_PKGCONF  	bool @@ -133,6 +133,10 @@ config ADK_HOST_BUILD_STLINK  	bool  	default n +config ADK_HOST_BUILD_UPSLUG2 +	bool +	default n +  config ADK_HOST_BUILD_TAR  	bool  	default n @@ -280,13 +284,13 @@ config ADK_HOST_BUILD_OPKG  	default y if ADK_HOST_NEED_OPKG  	default n -config ADK_HOST_NEED_SQUASHFS +config ADK_HOST_NEED_SQUASHFS_TOOLS  	bool  	default n -config ADK_HOST_BUILD_SQUASHFS +config ADK_HOST_BUILD_SQUASHFS_TOOLS  	bool -	default y if ADK_HOST_NEED_SQUASHFS +	default y if ADK_HOST_NEED_SQUASHFS_TOOLS  	default n  config ADK_HOST_NEED_SYSLINUX  | 
