summaryrefslogtreecommitdiffstats
path: root/package/linux-headers/Config.in.host
diff options
context:
space:
mode:
authorAdam Duskett <Aduskett@gmail.com>2017-04-22 13:17:47 -0400
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-04-29 17:13:48 +0200
commit49d907e39a4a16c75a9c23aa445dcb9996c55472 (patch)
tree8cb0bf1c3ab4c542c8207fc545fd25f90a644370 /package/linux-headers/Config.in.host
parente591cf43b1d985001fd384486a3e4ab609fceac4 (diff)
downloadbuildroot-49d907e39a4a16c75a9c23aa445dcb9996c55472.tar.gz
buildroot-49d907e39a4a16c75a9c23aa445dcb9996c55472.zip
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>
Diffstat (limited to 'package/linux-headers/Config.in.host')
-rw-r--r--package/linux-headers/Config.in.host85
1 files changed, 43 insertions, 42 deletions
diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index 846c825558..5c67626b23 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -22,48 +22,49 @@ choice
or hide packages that have strong requirements on the kernel
headers.
- config BR2_KERNEL_HEADERS_AS_KERNEL
- bool "Same as kernel being built"
- depends on BR2_LINUX_KERNEL
-
- config BR2_KERNEL_HEADERS_3_2
- bool "Linux 3.2.x kernel headers"
- depends on !BR2_arc && !BR2_nios2
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2
-
- config BR2_KERNEL_HEADERS_3_4
- bool "Linux 3.4.x kernel headers"
- depends on !BR2_arc && !BR2_nios2
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4
-
- config BR2_KERNEL_HEADERS_3_10
- bool "Linux 3.10.x kernel headers"
- depends on !BR2_nios2
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10
-
- config BR2_KERNEL_HEADERS_3_12
- bool "Linux 3.12.x kernel headers"
- depends on !BR2_nios2
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12
-
- config BR2_KERNEL_HEADERS_4_1
- bool "Linux 4.1.x kernel headers"
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_1
-
- config BR2_KERNEL_HEADERS_4_4
- bool "Linux 4.4.x kernel headers"
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
-
- config BR2_KERNEL_HEADERS_4_9
- bool "Linux 4.9.x kernel headers"
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
-
- config BR2_KERNEL_HEADERS_4_10
- bool "Linux 4.10.x kernel headers"
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_10
-
- config BR2_KERNEL_HEADERS_VERSION
- bool "Manually specified Linux version"
+config BR2_KERNEL_HEADERS_AS_KERNEL
+ bool "Same as kernel being built"
+ depends on BR2_LINUX_KERNEL
+
+config BR2_KERNEL_HEADERS_3_2
+ bool "Linux 3.2.x kernel headers"
+ depends on !BR2_arc && !BR2_nios2
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2
+
+config BR2_KERNEL_HEADERS_3_4
+ bool "Linux 3.4.x kernel headers"
+ depends on !BR2_arc && !BR2_nios2
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4
+
+config BR2_KERNEL_HEADERS_3_10
+ bool "Linux 3.10.x kernel headers"
+ depends on !BR2_nios2
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10
+
+config BR2_KERNEL_HEADERS_3_12
+ bool "Linux 3.12.x kernel headers"
+ depends on !BR2_nios2
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12
+
+config BR2_KERNEL_HEADERS_4_1
+ bool "Linux 4.1.x kernel headers"
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_1
+
+config BR2_KERNEL_HEADERS_4_4
+ bool "Linux 4.4.x kernel headers"
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
+
+config BR2_KERNEL_HEADERS_4_9
+ bool "Linux 4.9.x kernel headers"
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
+
+config BR2_KERNEL_HEADERS_4_10
+ bool "Linux 4.10.x kernel headers"
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_10
+
+config BR2_KERNEL_HEADERS_VERSION
+ bool "Manually specified Linux version"
+
endchoice
config BR2_DEFAULT_KERNEL_VERSION
OpenPOWER on IntegriCloud