diff options
Diffstat (limited to 'package/android-tools')
-rw-r--r-- | package/android-tools/Config.in.host | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/android-tools/Config.in.host b/package/android-tools/Config.in.host index 4326014321..993c4c9fdc 100644 --- a/package/android-tools/Config.in.host +++ b/package/android-tools/Config.in.host @@ -1,7 +1,7 @@ config BR2_PACKAGE_HOST_ANDROID_TOOLS bool "host android-tools" - select BR2_PACKAGE_ANDROID_TOOLS_ADB if \ - !BR2_PACKAGE_ANDROID_TOOLS_FASTBOOT + select BR2_PACKAGE_HOST_ANDROID_TOOLS_ADB if \ + !BR2_PACKAGE_HOST_ANDROID_TOOLS_FASTBOOT help This package contains the fastboot and adb utilities, that can be used to interact with target devices using of these |