CONFIG_WLAN getting disabled - copy-list usage

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



FYI, if anyone's using backports with a copy-list file that restricts
the wifi drivers to their own, and is working against a recent tree
that includes the drivers/net/wireless/realtek/ move, then CONFIG_WLAN
will end up getting disabled.

To fix that for now modify your copy-list to include
drivers/net/wireless/realtek/Makefile (and that file only).

Once Kconfig changes go in and the Makefile statement

obj-$(CONFIG_WLAN) += realtek/

changes to

obj-$(CONFIG_WLAN_REALTEK) += realtek/

(or similar) this issue will go away.

johannes
--
To unsubscribe from this list: send the line "unsubscribe backports" in



[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux