diff options
author | Guillem Jover <guillem@debian.org> | 2006-08-27 19:19:20 +0000 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2006-08-27 19:19:20 +0000 |
commit | 408df965b6965ed9ed39ccfba472703e34c5eb54 (patch) | |
tree | 83ad4373e050efb0a7b341adb69be016fc2d0d4e | |
parent | b85d6b4e2867d9d8de2cdf78675861df543119f0 (diff) |
Disable wavelan driver as it does not build anymore with the updated
Linux header files.
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/rules.options | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 9f36a12..c71eb00 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ gnumach (1:20060826.dfsg.1-1) UNRELEASED; urgency=low * New upstream CVS snapshot. + - Disable wavelan driver as it does not build anymore with the updated + Linux header files. - debian/patches/05_halt_on_panic_flag.patch: Sync. - debian/patches/10_cdromlock.patch: Likewise. - debian/patches/12_sis900.patch: Likewise. diff --git a/debian/rules.options b/debian/rules.options index 62da2de..9e8a0c8 100644 --- a/debian/rules.options +++ b/debian/rules.options @@ -1,6 +1,8 @@ # disabled: # ncr5380, ncr53c400, ncr53c406a # hpj2577, hpj2573, hp27248b, hp2585, atp +# FTBFS: +# wavelan drivers_block := \ --enable-floppy \ @@ -81,7 +83,6 @@ drivers_net := \ --enable-ewrk3 --enable-de203 --enable-de204 --enable-de205 \ --enable-apricot \ --enable-el1 --enable-3c501 \ - --enable-wavelan \ --enable-el16 --enable-3c507 \ --enable-elplus --enable-3c505 \ --enable-de600 --enable-de620 \ |