]> Git Repo - buildroot-mgba.git/commitdiff
*/Config.in*: remove consecutive empty lines
authorRicardo Martincoski <[email protected]>
Sun, 1 Apr 2018 05:08:32 +0000 (02:08 -0300)
committerThomas Petazzoni <[email protected]>
Sun, 1 Apr 2018 06:48:24 +0000 (08:48 +0200)
Signed-off-by: Ricardo Martincoski <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
Config.in
Config.in.legacy
arch/Config.in.mips
boot/barebox/barebox/Config.in
boot/syslinux/Config.in
fs/jffs2/Config.in

index a74b24ae45a8a2b633e393c359febda3c3e9a114..852c61ef3a664b72c07c1ff72bf3d669c3bdeafb 100644 (file)
--- a/Config.in
+++ b/Config.in
@@ -620,7 +620,6 @@ config BR2_SHARED_STATIC_LIBS
 
 endchoice
 
-
 config BR2_PACKAGE_OVERRIDE_FILE
        string "location of a package override file"
        default "$(CONFIG_DIR)/local.mk"
index 60f91482340dbd5346065078af44e8f7f46c1a64..b1dca97e5e10c73fb7d3b6ee27a8edd623986126 100644 (file)
@@ -1164,7 +1164,6 @@ config BR2_PACKAGE_OPENVPN_CRYPTO_POLARSSL
          version provided in buildroot. And both can't coexist.
          It now uses OpenSSL as the only option.
 
-
 config BR2_PACKAGE_NGINX_HTTP_SPDY_MODULE
        bool "nginx http spdy module removed"
        select BR2_LEGACY
index 8bb8d126e6519072bc4354bac895f72b47e81f54..e45299f8186d16d56c4f070c805163f484c7c182 100644 (file)
@@ -115,7 +115,6 @@ config BR2_mips_p6600
        select BR2_MIPS_CPU_MIPS64R6
 endchoice
 
-
 choice
        prompt "Target ABI"
        default BR2_MIPS_NABI32
index 0be26adf93f71b25af7f6fa6aca75c91204d71aa..958e294e40b62c4162255686f45ce4df8a078bd0 100644 (file)
@@ -17,7 +17,6 @@ config BR2_TARGET_BAREBOX_BOARD_DEFCONFIG
          Name of the board for which Barebox should be built, without
          the _defconfig suffix.
 
-
 config BR2_TARGET_BAREBOX_CUSTOM_CONFIG_FILE
        string "Configuration file path"
        depends on BR2_TARGET_BAREBOX_USE_CUSTOM_CONFIG
index da035498de6a79426413a6d6b457200989316c4a..e969d53fd0c642907859a755140addf9e6d368ce 100644 (file)
@@ -48,7 +48,6 @@ config BR2_TARGET_SYSLINUX_EFI
        help
          Install the 'efi' image, to boot from an EFI environment.
 
-
 if BR2_TARGET_SYSLINUX_LEGACY_BIOS
 
 config BR2_TARGET_SYSLINUX_C32
index 1010216bd1ec132cd5f670dcc7ba81c3a34b9f1f..f1703f4edd811b99ebe5e512ef73f64a2b2b298d 100644 (file)
@@ -98,7 +98,6 @@ config BR2_TARGET_ROOTFS_JFFS2_USE_CUSTOM_PAGESIZE
          the flash memory page size.  Using this option is only needed if Linux is
          configured to use a page size different than 4kB.
 
-
 config BR2_TARGET_ROOTFS_JFFS2_CUSTOM_PAGESIZE
        hex "Virtual memory page size"
        depends on BR2_TARGET_ROOTFS_JFFS2_USE_CUSTOM_PAGESIZE
This page took 0.042639 seconds and 4 git commands to generate.