From patchwork Tue Jul 23 17:38:56 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Whitcroft X-Patchwork-Id: 261166 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id 562442C00CA for ; Wed, 24 Jul 2013 03:39:16 +1000 (EST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1V1gYB-00082S-Q1; Tue, 23 Jul 2013 17:39:03 +0000 Received: from mail-wi0-f180.google.com ([209.85.212.180]) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1V1gY7-00082K-8j for kernel-team@lists.ubuntu.com; Tue, 23 Jul 2013 17:38:59 +0000 Received: by mail-wi0-f180.google.com with SMTP id c10so3340952wiw.1 for ; Tue, 23 Jul 2013 10:38:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:x-gm-message-state; bh=tzjRAcCNWpcj9pECtXbMlDLKLMkx12lEQ4IN8oYJ/yE=; b=nqPuzHWYCtJvRsUUl1K7t10HniarUTrHArWRa7bluvqI8NcEq4BVbkbEqacW0JgnbT f9mdjkTNZjZbmUIlIsA2sspsEnFNDps3P7PJazqllOtnzvgNgqTyyxKWlFHSgNUI31HQ BHNMQEROZSbh9jXtWRTf4ZHSgI+imS44NAzC8rToK31IOC6UpSL5rCjUZv8UVVO7ENID cWCTe9e4WLqWBCcvNQTtx0Y29/OVaAkijzjrgkfeod5R1wdHNez9oVGLEKZn3J3q7T6d lSxxg1O7lCBlMNLZdNxVQK0AUJ8RxmIylKUjmGX96dqDEzgBL4lSORIa8ZTD/s/f1AKA ed5w== X-Received: by 10.180.12.80 with SMTP id w16mr2766292wib.47.1374601139086; Tue, 23 Jul 2013 10:38:59 -0700 (PDT) Received: from localhost ([2001:470:6973:2:221:70ff:fe81:b177]) by mx.google.com with ESMTPSA id fs8sm7561974wib.0.2013.07.23.10.38.57 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 23 Jul 2013 10:38:58 -0700 (PDT) From: Andy Whitcroft To: kernel-team@lists.ubuntu.com Subject: [SRU Raring] [PATCH 1/1] UBUNTU: [Config] add iwldvm to nic-modules Date: Tue, 23 Jul 2013 18:38:56 +0100 Message-Id: <1374601136-7015-1-git-send-email-apw@canonical.com> X-Mailer: git-send-email 1.8.1.2 X-Gm-Message-State: ALoCoQn0/BpF1Z32VF5SIIBdrMFwgjIk90KnXHRSHYXA5UR4Y9HiNxr6NgE7bwnCIy9jRdhLjHLG Cc: Andy Whitcroft X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.14 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: kernel-team-bounces@lists.ubuntu.com BugLink: http://bugs.launchpad.net/bugs/1204194 Signed-off-by: Andy Whitcroft --- debian.master/d-i/modules/nic-modules | 1 + 1 file changed, 1 insertion(+) It seems that iwlwifi is now dependant on the iwldvm module, so we need to include this in the nic-modules udeb as well else it is completly useless. Seems that this might be applied to a CD for a point release, so fixing it here as well as in saucy. -apw diff --git a/debian.master/d-i/modules/nic-modules b/debian.master/d-i/modules/nic-modules index 608c25e..4df3aa0 100644 --- a/debian.master/d-i/modules/nic-modules +++ b/debian.master/d-i/modules/nic-modules @@ -85,6 +85,7 @@ ipw2200 ? iwl3945 ? iwl4965 ? iwl-legacy ? +iwldvm ? iwlwifi ? ixgb ? ixgbe ?