Skip to content

Commit

Permalink
package: fix a few Config.in indentation
Browse files Browse the repository at this point in the history
Signed-off-by: Yann E. MORIN <[email protected]>
  • Loading branch information
yann-morin-1998 committed Sep 7, 2024
1 parent 2ba879c commit a755229
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package/kodi/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,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
Expand Down
6 changes: 3 additions & 3 deletions package/mmc-utils/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package/rauc/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,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"
Expand Down

0 comments on commit a755229

Please sign in to comment.