From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 31D171381F3 for ; Sun, 9 Jun 2013 10:28:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC7BDE0807; Sun, 9 Jun 2013 10:28:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 44227E0807 for ; Sun, 9 Jun 2013 10:28:49 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5584A33E312 for ; Sun, 9 Jun 2013 10:28:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E6DA6E468F for ; Sun, 9 Jun 2013 10:28:46 +0000 (UTC) From: "Richard Yao" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Yao" Message-ID: <1370773649.90c4d77b8dc8d6de601ca41cd6ffa7bfd2cd5a2e.ryao@gentoo> Subject: [gentoo-commits] proj/genkernel:ryao commit in: defaults/ X-VCS-Repository: proj/genkernel X-VCS-Files: defaults/busy-config X-VCS-Directories: defaults/ X-VCS-Committer: ryao X-VCS-Committer-Name: Richard Yao X-VCS-Revision: 90c4d77b8dc8d6de601ca41cd6ffa7bfd2cd5a2e X-VCS-Branch: ryao Date: Sun, 9 Jun 2013 10:28:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a021eef7-52e6-460e-81ae-10a0ec6f7237 X-Archives-Hash: 8cd9268516d501a1ff6f39353e911096 commit: 90c4d77b8dc8d6de601ca41cd6ffa7bfd2cd5a2e Author: Richard Yao gentoo org> AuthorDate: Sun Jun 9 10:27:29 2013 +0000 Commit: Richard Yao gentoo org> CommitDate: Sun Jun 9 10:27:29 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=90c4d77b Do not set CONFIG_FEATURE_CHECK_TAINTED_MODULE Signed-off-by: Richard Yao gentoo.org> --- defaults/busy-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/busy-config b/defaults/busy-config index 82c879c..bf24321 100644 --- a/defaults/busy-config +++ b/defaults/busy-config @@ -508,7 +508,7 @@ CONFIG_DEPMOD=y # CONFIG_FEATURE_INSMOD_LOADINKMEM is not set # CONFIG_FEATURE_INSMOD_LOAD_MAP is not set # CONFIG_FEATURE_INSMOD_LOAD_MAP_FULL is not set -CONFIG_FEATURE_CHECK_TAINTED_MODULE=y +# CONFIG_FEATURE_CHECK_TAINTED_MODULE is not set CONFIG_FEATURE_MODUTILS_ALIAS=y CONFIG_FEATURE_MODUTILS_SYMBOLS=y CONFIG_DEFAULT_MODULES_DIR="/lib/modules"