From 02bc5cffcf3842e984008e02dc262d9828b476ba Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Sat, 7 Sep 2024 19:17:14 +0200 Subject: [PATCH] package: fix a few Config.in indentation Signed-off-by: Yann E. MORIN (cherry picked from commit a7552293bb01e6189d3bad14bbf071431510a1ad) Signed-off-by: Peter Korsgaard --- package/kodi/Config.in | 2 +- package/mmc-utils/Config.in | 6 +++--- package/rauc/Config.in | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package/kodi/Config.in b/package/kodi/Config.in index 8ad9fdae78..b71f7f1405 100644 --- a/package/kodi/Config.in +++ b/package/kodi/Config.in @@ -140,7 +140,7 @@ config BR2_PACKAGE_KODI_BLUEZ select BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_AUDIO select BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_HID help - Enable bluetooth support + Enable bluetooth support comment "bluetooth support needs a toolchain w/ headers >= 3.18" depends on BR2_TOOLCHAIN_HAS_SYNC_4 diff --git a/package/mmc-utils/Config.in b/package/mmc-utils/Config.in index d938b5dea3..3275ba0d44 100644 --- a/package/mmc-utils/Config.in +++ b/package/mmc-utils/Config.in @@ -11,9 +11,9 @@ if BR2_PACKAGE_MMC_UTILS config BR2_PACKAGE_MMC_UTILS_ENABLE_DANGEROUS_COMMANDS bool "Enable dangerous commands" help - Enable support for dangerous commands in mmc-utils. mmc-utils - considers turning on permanent write protection on a device a - "dangerous command" and doesn't offer it by default. + Enable support for dangerous commands in mmc-utils. mmc-utils + considers turning on permanent write protection on a device a + "dangerous command" and doesn't offer it by default. endif diff --git a/package/rauc/Config.in b/package/rauc/Config.in index 7451b29a55..6036ae1872 100644 --- a/package/rauc/Config.in +++ b/package/rauc/Config.in @@ -31,7 +31,7 @@ config BR2_PACKAGE_RAUC_GPT select BR2_PACKAGE_UTIL_LINUX_LIBS select BR2_PACKAGE_UTIL_LINUX_LIBFDISK help - This option enables support for GPT partition tables. + This option enables support for GPT partition tables. config BR2_PACKAGE_RAUC_NETWORK bool "network support"