buildroot/package/b43-firmware/Config.in
Adam Duskett 49d907e39a package: clean up indentation warnings in Config.in files
The check-package script when ran gives warnings on indentation issues
on all of these Config.in files. This patch cleans up warnings related to
the indentation of the Config.in files in the package directory

Signed-off-by: Adam Duskett <Adamduskett@outlook.com>
[Thomas: do not change package/kodi/Config.in and package/x11r7/Config.in.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-04-29 17:13:48 +02:00

26 lines
554 B
Plaintext

config BR2_PACKAGE_B43_FIRMWARE
bool "b43-firmware"
help
Firmware for the Broadcom Wifi devices supported by the b43
kernel driver.
if BR2_PACKAGE_B43_FIRMWARE
choice
prompt "Kernel version"
default BR2_PACKAGE_B43_FIRMWARE_KERNEL_AFTER_3_2
help
Select the kernel version you're using. The b43 driver in
kernel >= 3.2 need a different firmware than the b43 drivers
from kernel < 3.2.
config BR2_PACKAGE_B43_FIRMWARE_KERNEL_AFTER_3_2
bool ">= 3.2"
config BR2_PACKAGE_B43_FIRMWARE_KERNEL_BEFORE_3_2
bool "< 3.2"
endchoice
endif