From patchwork Thu Jun 7 08:56:10 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Pisati X-Patchwork-Id: 163536 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id 1294AB7004 for ; Thu, 7 Jun 2012 18:56:31 +1000 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1ScYVw-0000QA-9D; Thu, 07 Jun 2012 08:56:20 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1ScYVs-0000Og-00 for kernel-team@lists.ubuntu.com; Thu, 07 Jun 2012 08:56:16 +0000 Received: from 2-230-238-136.ip204.fastwebnet.it ([2.230.238.136] helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ScYVr-0001DL-ST for kernel-team@lists.ubuntu.com; Thu, 07 Jun 2012 08:56:15 +0000 From: Paolo Pisati To: kernel-team@lists.ubuntu.com Subject: [PATCH 6/6] UBUNTU: [Config] LIB80211_CRYPT*=m, CRYPTO_MICHAEL_MIC=m and HOSTAP=m Date: Thu, 7 Jun 2012 10:56:10 +0200 Message-Id: <1339059370-4265-7-git-send-email-paolo.pisati@canonical.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1339059370-4265-1-git-send-email-paolo.pisati@canonical.com> References: <1339059370-4265-1-git-send-email-paolo.pisati@canonical.com> X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.13 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com Signed-off-by: Paolo Pisati --- debian.ti-omap4/config/config.common.ubuntu | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/debian.ti-omap4/config/config.common.ubuntu b/debian.ti-omap4/config/config.common.ubuntu index 4e7e81a..e273499 100644 --- a/debian.ti-omap4/config/config.common.ubuntu +++ b/debian.ti-omap4/config/config.common.ubuntu @@ -614,7 +614,7 @@ CONFIG_CRYPTO_MANAGER2=y CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y CONFIG_CRYPTO_MD4=m CONFIG_CRYPTO_MD5=y -CONFIG_CRYPTO_MICHAEL_MIC=y +CONFIG_CRYPTO_MICHAEL_MIC=m CONFIG_CRYPTO_NULL=m CONFIG_CRYPTO_PCBC=m CONFIG_CRYPTO_PCOMP=m @@ -1233,7 +1233,7 @@ CONFIG_HISAX_ST5481=m CONFIG_HISAX_TELES_CS=m CONFIG_HMC6352=m CONFIG_HOLTEK_FF=y -CONFIG_HOSTAP=y +CONFIG_HOSTAP=m CONFIG_HOSTAP_CS=m CONFIG_HOSTAP_FIRMWARE=y CONFIG_HOSTAP_FIRMWARE_NVRAM=y @@ -1762,9 +1762,9 @@ CONFIG_LEDS_TRIGGER_TIMER=m CONFIG_LEGACY_PTYS=y CONFIG_LEGACY_PTY_COUNT=16 CONFIG_LIB80211=y -CONFIG_LIB80211_CRYPT_CCMP=y -CONFIG_LIB80211_CRYPT_TKIP=y -CONFIG_LIB80211_CRYPT_WEP=y +CONFIG_LIB80211_CRYPT_CCMP=m +CONFIG_LIB80211_CRYPT_TKIP=m +CONFIG_LIB80211_CRYPT_WEP=m # CONFIG_LIB80211_DEBUG is not set CONFIG_LIBCRC32C=m CONFIG_LIBERTAS=m