diff options
| author | Thomas De Schampheleire <patrickdepinguin@gmail.com> | 2013-11-11 17:23:23 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2013-11-11 22:19:30 +0100 |
| commit | bed4e27868aaefb3b82dca9ba076415bec368557 (patch) | |
| tree | 478b89dc5a865eeb4b3b0067fab6e7c78ba2a3d0 /system | |
| parent | c2255e00f3ead5d9a55d81f503be269b555fbed5 (diff) | |
| download | buildroot-bed4e27868aaefb3b82dca9ba076415bec368557.tar.gz buildroot-bed4e27868aaefb3b82dca9ba076415bec368557.zip | |
Config.in files: whitespace cleanup
This patch fixes the following whitespace problems in Config.in files:
- trailing whitespace
- spaces instead of tabs for indentation
- help text not indented with tab + 2 spaces
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'system')
| -rw-r--r-- | system/Config.in | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/system/Config.in b/system/Config.in index 266e709b4b..c8f2758638 100644 --- a/system/Config.in +++ b/system/Config.in @@ -1,16 +1,16 @@ menu "System configuration" config BR2_TARGET_GENERIC_HOSTNAME - string "System hostname" - default "buildroot" - help - Select system hostname to be stored in /etc/hostname. + string "System hostname" + default "buildroot" + help + Select system hostname to be stored in /etc/hostname. config BR2_TARGET_GENERIC_ISSUE - string "System banner" - default "Welcome to Buildroot" - help - Select system banner (/etc/issue) to be displayed at login. + string "System banner" + default "Welcome to Buildroot" + help + Select system banner (/etc/issue) to be displayed at login. choice bool "Passwords encoding" @@ -200,8 +200,8 @@ config BR2_TARGET_GENERIC_ROOT_PASSWD .config file or the build log may be distributed! config BR2_TARGET_GENERIC_GETTY - bool "Run a getty (login prompt) after boot" - default y + bool "Run a getty (login prompt) after boot" + default y if BR2_TARGET_GENERIC_GETTY menu "getty options" @@ -218,7 +218,7 @@ choice Select a baudrate to use. config BR2_TARGET_GENERIC_GETTY_BAUDRATE_KEEP - bool "keep kernel default" + bool "keep kernel default" config BR2_TARGET_GENERIC_GETTY_BAUDRATE_9600 bool "9600" config BR2_TARGET_GENERIC_GETTY_BAUDRATE_19200 |

