From: "Steven J. Hill" Date: Fri, 6 Jul 2007 11:42:03 +0000 (-0000) Subject: Get rid of leading whitespace to silence warnings from config system. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=87f5a311d723f78441255dad9467ff36956e1ac2;p=buildroot.git Get rid of leading whitespace to silence warnings from config system. --- diff --git a/package/avahi/Config.in b/package/avahi/Config.in index b4657ee400..0d44f6876f 100644 --- a/package/avahi/Config.in +++ b/package/avahi/Config.in @@ -8,7 +8,7 @@ config BR2_PACKAGE_AVAHI http://www.avahi.org/ config BR2_PACKAGE_AVAHI_AUTOIPD - bool " IPv4LL network address configuration daemon" + bool "IPv4LL network address configuration daemon" default y depends on BR2_PACKAGE_AVAHI help @@ -20,7 +20,7 @@ config BR2_PACKAGE_AVAHI_AUTOIPD lack a DHCP server. config BR2_PACKAGE_AVAHI_DAEMON - bool " mDNS/DNS-SD daemon" + bool "mDNS/DNS-SD daemon" default n depends on BR2_PACKAGE_AVAHI select BR2_PACKAGE_EXPAT diff --git a/package/dropbear/Config.in b/package/dropbear/Config.in index a545001db3..8e39166a80 100644 --- a/package/dropbear/Config.in +++ b/package/dropbear/Config.in @@ -7,7 +7,7 @@ config BR2_PACKAGE_DROPBEAR http://matt.ucc.asn.au/dropbear/dropbear.html config BR2_PACKAGE_DROPBEAR_URANDOM - bool " Use /dev/urandom (low entropy systems only)?" + bool "Use /dev/urandom (low entropy systems only)?" default n depends on BR2_PACKAGE_DROPBEAR help diff --git a/toolchain/Config.in b/toolchain/Config.in index 9b464f2b4b..9e16bb8466 100644 --- a/toolchain/Config.in +++ b/toolchain/Config.in @@ -13,7 +13,7 @@ config BR2_TOOLCHAIN_BUILDROOT config BR2_TOOLCHAIN_EXTERNAL bool - prompt " External toolchain" + prompt "External toolchain" endchoice source "toolchain/Config.in.2"