diff options
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.tools | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/target/config/Config.in.tools b/target/config/Config.in.tools index 2c2e4ed26..7b8bb219c 100644 --- a/target/config/Config.in.tools +++ b/target/config/Config.in.tools @@ -43,6 +43,10 @@ config ADK_HOST_BUILD_LIBRESSL bool default n +config ADK_HOST_BUILD_PKGCONF + bool + default y + config ADK_HOST_BUILD_WGET bool default n @@ -95,10 +99,6 @@ config ADK_HOST_BUILD_PATCH bool default n -config ADK_HOST_BUILD_PKGCONF - bool - default n - config ADK_HOST_BUILD_SED bool default n |