| Submitter | Leann Ogasawara |
|---|---|
| Date | Jan. 5, 2010, 5:51 p.m. |
| Message ID | <1262713862.3071.189.camel@emiko> |
| Download | mbox | patch |
| Permalink | /patch/42147/ |
| State | Accepted |
| Delegated to: | Andy Whitcroft |
| Headers | show |
Comments
Applied to Lucid. -apw
Patch
diff --git a/debian.master/d-i/modules/nic-usb-modules b/debian.master/d-i/modules/nic-usb-modules index 2c28188..33b1c11 100644 --- a/debian.master/d-i/modules/nic-usb-modules +++ b/debian.master/d-i/modules/nic-usb-modules @@ -10,3 +10,4 @@ rt2500usb ? rt73usb ? rt2570 ? cdc_ether ? +asix ?
The following changes since commit 053e58a4a71a0b7b86440433f1b5562e1b4a31d9: Tim Gardner (1): UBUNTU: Bump ABI are available in the git repository at: git://kernel.ubuntu.com/ogasawara/ubuntu-lucid lp499785 Leann Ogasawara (1): UBUNTU: Add asix to nic-usb-modules file debian.master/d-i/modules/nic-usb-modules | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) >From 8d70f84c784ffb7af02dba1c50fa03b1b78944d2 Mon Sep 17 00:00:00 2001 From: Leann Ogasawara <leann.ogasawara@canonical.com> Date: Tue, 5 Jan 2010 09:38:28 -0800 Subject: [PATCH] UBUNTU: Add asix to nic-usb-modules file BugLink: http://bugs.launchpad.net/bugs/499785 Modern USB NIC adapters (USB2.0 / Gb networking) mostly use the asix chipset. In order to support them in the installer, we need to have the asix minimodule enabled. Add this to the d-i nic-usb-modules udeb. Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com> --- debian.master/d-i/modules/nic-usb-modules | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)