diff options
author | Guillem Jover <guillem@debian.org> | 2004-09-21 19:12:33 +0000 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2004-09-21 19:12:33 +0000 |
commit | c493e1a0abc712a18cbec1bd0b9e782d0ec26097 (patch) | |
tree | a670370c5beb7ef8f0e90a559e5ae22e6ae6755a | |
parent | 674450e770f98396d291516f38113c0266c2c4e3 (diff) |
Fixed winbond-840 driver name to winbond_840.
-rw-r--r-- | debian/patches/11_nic_update.patch | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/debian/patches/11_nic_update.patch b/debian/patches/11_nic_update.patch index 55e337a..036e963 100644 --- a/debian/patches/11_nic_update.patch +++ b/debian/patches/11_nic_update.patch @@ -1,5 +1,10 @@ #DPATCHLEVEL=0 +2004-09-21 Guillem Jover <guillem@hadrons.org> + + * i386/linux/Drivers.in (winbond-840): Renamed to ... + (winbond_840): ... this. + 2004-08-05 Arief M. Utama <arief_mulya@yahoo.com> * linux/dev/drivers/net/eepro100.c (pci_tbl): Add PCI ID's from @@ -63,7 +68,7 @@ +dnl linux_DRIVER([starfire], [CONFIG_STARFIRE], [starfire], [net]) + +linux_DRIVER([sundance], [CONFIG_SUNDANCE], [sundance], [net]) -+linux_DRIVER([winbond-840], [CONFIG_WINBOND840], [winbond-840], [net]) ++linux_DRIVER([winbond_840], [CONFIG_WINBOND840], [winbond-840], [net]) +linux_DRIVER([hamachi], [CONFIG_HAMACHI], [hamachi], [net]) + +dnl FIXME: Getting the following while linking: |