when searching for IWLWIFI in the .config, it states the following dependencies: "Depends on: WLAN [=y] && m && <choice> && PCI [=y] && MAC80211 [=n] && HAS_IOMEM [=y] ". Shouldn't MAC80211 be listed as 'm' instead of 'n' as it is in the .config for my kernel build? On Thu, Jan 2, 2014 at 1:40 PM, Johannes Berg <johannes@xxxxxxxxxxxxxxxx> wrote: > On Thu, 2014-01-02 at 12:54 -0500, Kurt Bodiker wrote: >> I'm trying to build iwlwifi for a compiled 2.6.32 kernel for use in >> Citrix XenClient XT v3.1.2. Using backports 3.10-2, no problem, >> iwlwifi, mac80211, cfg80211, etc... build. If I use the release file >> for 3.13-rc2, then only kernel modules that are built are compat and >> cfg80211. >> >> Here are the commands I run and the output: >> root@debian-build:/usr/src/backports/backports-3.13-rc2-1# make >> KLIB_BUILD=/usr/src/linux-xenclient-ndvm_2.6.32-r0 KLIB=/fakeroot >> defconfig-iwlwifi >> Generating local configuration database from kernel ... done. >> cc -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 >> -fomit-frame-pointer -c -o conf.o conf.c >> cc -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 >> -fomit-frame-pointer -c -o zconf.tab.o zconf.tab.c >> cc conf.o zconf.tab.o -o conf >> # >> # configuration written to .config > > maybe check dependencies for iwlwifi in 'make KLIB_BUILD=... menuconfig' > by hitting '/' key and typing IWLWIFI or so > > johannes > -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html