Searched refs:WLAN_ComponentsInUse (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/makefiles/
H A DWLAN_Common.mk204 # If WLAN_ComponentsInUse is unset it defaults to the full set (for now, anyway - TODO).
206 ifeq (,$(WLAN_ComponentsInUse))
207 WLAN_ComponentsInUse := $(sort $(notdir $(WLAN_COMPONENT_PATHS))) macro
209 else ifeq (*,$(WLAN_ComponentsInUse))
210 WLAN_ComponentsInUse := $(sort $(notdir $(WLAN_COMPONENT_PATHS))) macro
211 $(call wlan_info,all SW components requested ("$(WLAN_ComponentsInUse)"))
213 WLAN_ComponentsInUse := $(sort $(WLAN_ComponentsInUse)) macro
215 WLAN_ComponentPathsInUse := $(call _common-component-names-to-rel-paths,$(WLAN_ComponentsInUse))
218 ifneq ($(sort $(WLAN_ComponentsInUse)),
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wl/
H A Dwl_generic.mk38 WLAN_ComponentsInUse := bcmwifi clm ppr olpc macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/
H A DMakefile70 WLAN_ComponentsInUse := bcmwifi clm ppr olpc macro

Completed in 47 milliseconds