From patchwork Thu Apr 24 22:29:58 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yann E. MORIN" X-Patchwork-Id: 342528 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id D3B0114013D for ; Fri, 25 Apr 2014 08:30:20 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 443948BE74; Thu, 24 Apr 2014 22:30:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 49qlu8IlKone; Thu, 24 Apr 2014 22:30:18 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id B91688BE64; Thu, 24 Apr 2014 22:30:16 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 909C01C268B for ; Thu, 24 Apr 2014 22:30:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 8B4D98BD35 for ; Thu, 24 Apr 2014 22:30:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9ol9CtodHXYq for ; Thu, 24 Apr 2014 22:30:13 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f47.google.com (mail-wg0-f47.google.com [74.125.82.47]) by whitealder.osuosl.org (Postfix) with ESMTPS id C26FC8BD22 for ; Thu, 24 Apr 2014 22:30:12 +0000 (UTC) Received: by mail-wg0-f47.google.com with SMTP id x12so2820760wgg.18 for ; Thu, 24 Apr 2014 15:30:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=Lt3BteQQ518oreNfxwFmidAZBI1UmSF7nbRfFajqKP0=; b=vL2wc1aZuWfWMcdSKeP4gmCrlKn0xI3J+AaKVzDDVDeJuch2xZ+gdJM22sRFqKATL9 IdwvvV6/yvNaHqG2lRCLbp2t4KmmkuFo4BVMKh3mc9KrOqDWHjR42+LVO7KHdFt2odA0 6AQTtPoHe8CyfC/fHLfUQ9iTIkeAxzyczEon9rrgUn2t2Q9FDhTfNLoonYo1uPU1YG88 bBcKZvbOBot9M6Hc+pbs9QzQgE+7Ar9tDbyM0/712X1Gc2ExC7gZw3IMe2ct/fV+33zn 0UI226heUMMRfXh0QiNDhp8pACueRq+W6YKwOq/6WFf+3V3b6khIah5lKhmFrCwRJVY3 knpA== X-Received: by 10.194.202.166 with SMTP id kj6mr3764147wjc.48.1398378610985; Thu, 24 Apr 2014 15:30:10 -0700 (PDT) Received: from gourin.bzh.lan (ks3095497.kimsufi.com. [94.23.60.27]) by mx.google.com with ESMTPSA id bj5sm1765706wib.3.2014.04.24.15.30.09 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 24 Apr 2014 15:30:10 -0700 (PDT) From: "Yann E. MORIN" To: buildroot@buildroot.org Date: Fri, 25 Apr 2014 00:29:58 +0200 Message-Id: X-Mailer: git-send-email 1.8.3.2 In-Reply-To: References: Cc: Thomas Lundquist , "Yann E. MORIN" Subject: [Buildroot] [PATCH 3/9] boot/syslinux: remove 'default y' in sub-options X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net From: "Yann E. MORIN" Remove the 'default y' from sub-options, but ensure at least one is enabled anyway. We keep the 'default y' to the default option, so that the menuconfig behaviour is not too surprising. Signed-off-by: "Yann E. MORIN" Cc: Thomas Lundquist Cc: Frank Hunleth --- boot/syslinux/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/syslinux/Config.in b/boot/syslinux/Config.in index 5b1122d..1b8c527 100644 --- a/boot/syslinux/Config.in +++ b/boot/syslinux/Config.in @@ -2,6 +2,7 @@ config BR2_TARGET_SYSLINUX bool "syslinux" depends on BR2_i386 || BR2_x86_64 select BR2_HOSTARCH_NEEDS_IA32_COMPILER + select BR2_TARGET_SYSLINUX_ISOLINUX if !BR2_TARGET_SYSLINUX_PXELINUX help The syslinux bootloader for x86 systems. This includes: syslinux, pxelinux, extlinux. @@ -16,6 +17,5 @@ config BR2_TARGET_SYSLINUX_ISOLINUX config BR2_TARGET_SYSLINUX_PXELINUX bool "Install pxelinux" - default y endif