I am cross compiling backports-3.13.2-1 and I can not enable mac80211
config to build drivers that depend on it. In the backports src dir, when
I run
make menuconfig
CROSS_COMPILE=/opt/freescale/usr/local/gcc-4.4.4-glibc-2.11.1-multilib-1.0/arm-fsl-linux-gnueabi/bin/arm-none-linux-gnueabi-
ARCH=arm KLIB_BUILD=/edit/ltibs/c390/rpm/BUILD/linux/
KLIB=/edit/ltibs/c390/rootfs/lib/modules/2.6.35.3-998-ga1cd8a7/
and search for mac80211 is shows it disabled. I've run my kernel's
menuconfig to change mac80211 to n, m and y. Running the backports
menuconfig afterwords shows mac80211 is disabled for all three states.
The only way I can get the drivers that depend on mac80211 to appear is to
add
config MAC80211
def_bool y
in the backports Kconfig file. Then when I run the make I get....
/xxx/backports-3.13.2-1/backport-include/backport/checks.h:9:2: error:
#error "You must not have mac80211 built into your kernel if you want to
enable it"
Am I doing something wrong or is this a problem with backports against
2.6.35-3?
Am I correct in assuming mac80211 should be disabled in the kernel config?
Jon
--
To unsubscribe from this list: send the line "unsubscribe backports" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html