diff options
Diffstat (limited to 'debian')
-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 \ |