Hi On Thursday 07 October 2010, Joerg Friedrich wrote: > Package: linux-2.6 > Version: 2.6.36~rc6-1~experimental.1 > Severity: normal > Tags: experimental > > module is missing from linux-image-2.6.36-rc6-amd64 > linux-image-2.6.32-5-amd64 (2.6.32-23) has it > > and changelog says its included since 2.6.36~rc5-1~experimental.1 > > config has included > r...@gucky:~# grep -i brcm80211 /boot/config-2.6.36-rc6-amd64 > CONFIG_BRCM80211=m > CONFIG_BRCM80211_PCI=y > > but the module seems not to be built [...]
I actually fell over the same issue when cherry picking brcm8211 myself, the bug is a extraneous closing paranthesis in debian/patches/features/all/staging-Add-initial-release-of-brcm80211.patch [...] diff --git a/drivers/staging/Makefile b/drivers/staging/Makefile index cad2574..2e82589 100644 --- a/drivers/staging/Makefile +++ b/drivers/staging/Makefile @@ -14,6 +14,7 @@ obj-$(CONFIG_W35UND) += winbond/ obj-$(CONFIG_PRISM2_USB) += wlan-ng/ obj-$(CONFIG_ECHO) += echo/ obj-$(CONFIG_OTUS) += otus/ +obj-$(CONFIG_BRCM80211)) += brcm80211/ obj-$(CONFIG_RT2860) += rt2860/ obj-$(CONFIG_RT2870) += rt2870/ obj-$(CONFIG_COMEDI) += comedi/ [...] Regards Stefan Lippers-Hollmann -- To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/201010072248.36710.s....@gmx.de