From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RmCvL-0005Qa-4G for garchives@archives.gentoo.org; Sat, 14 Jan 2012 23:22:12 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5E63E06F7; Sat, 14 Jan 2012 23:22:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B5C0EE06FE for ; Sat, 14 Jan 2012 23:22:01 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0165A1B4041 for ; Sat, 14 Jan 2012 23:22:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 6FC318004C for ; Sat, 14 Jan 2012 23:22:00 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: Subject: [gentoo-commits] proj/genkernel:master commit in: /, defaults/ X-VCS-Repository: proj/genkernel X-VCS-Files: ChangeLog defaults/busy-config X-VCS-Directories: / defaults/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: f84f42b4e22558f108484ba34a8d674f21a15d29 Date: Sat, 14 Jan 2012 23:22:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 7435bf81-a4f6-47b4-ac51-c7b5d8498419 X-Archives-Hash: 9a881d0a3b018ee756ea4596a442f7b2 commit: f84f42b4e22558f108484ba34a8d674f21a15d29 Author: Sebastian Pipping pipping org> AuthorDate: Sat Jan 14 23:04:54 2012 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Sat Jan 14 23:04:54 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/genkernel.git= ;a=3Dcommit;h=3Df84f42b4 Re-activate mdstart in busybox config --- ChangeLog | 3 +++ defaults/busy-config | 1 + 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog index 38a0e4b..7e99f39 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ # Distributed under the GPL v2 # $Id$ =20 + 14 Jan 2012; Sebastian Pipping defaults/busy-config= : + Re-activate mdstart in busybox config + 14 Jan 2012; Sebastian Pipping +patches/busybox/1.19.3/busybox-1.19.3-mdstart.patch: Port mdstart patch to busybox 1.19.3 diff --git a/defaults/busy-config b/defaults/busy-config index 6a84568..8d69369 100644 --- a/defaults/busy-config +++ b/defaults/busy-config @@ -567,6 +567,7 @@ CONFIG_MDEV=3Dy # CONFIG_FEATURE_MDEV_RENAME_REGEXP is not set # CONFIG_FEATURE_MDEV_EXEC is not set CONFIG_FEATURE_MDEV_LOAD_FIRMWARE=3Dy +CONFIG_MDSTART=3Dy # CONFIG_MKSWAP is not set # CONFIG_FEATURE_MKSWAP_UUID is not set CONFIG_MORE=3Dy