From d87ce58109ce4cd8ba825f08d2f782562d1f600f Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 18 Jun 2011 12:15:33 +0200 Subject: [PATCH] projects/*/options: add bcm_sta driver to supported platforms Signed-off-by: Stephan Raue --- projects/Fusion/options | 2 +- projects/Generic/options | 2 +- projects/ION/options | 2 +- projects/Intel/options | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/projects/Fusion/options b/projects/Fusion/options index d7b354dbee..ea719b6809 100644 --- a/projects/Fusion/options +++ b/projects/Fusion/options @@ -121,7 +121,7 @@ # bcm_sta: Broadcom STA WLAN Driver # Space separated list is supported, # e.g. ADDITIONAL_DRIVERS="bcm_sta" - ADDITIONAL_DRIVERS="asix-ax887xx" + ADDITIONAL_DRIVERS="asix-ax887xx bcm_sta" # build with network support (yes / no) NETWORK="yes" diff --git a/projects/Generic/options b/projects/Generic/options index 7c949cb39f..93e92eb5ef 100644 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -121,7 +121,7 @@ # bcm_sta: Broadcom STA WLAN Driver # Space separated list is supported, # e.g. ADDITIONAL_DRIVERS="bcm_sta" - ADDITIONAL_DRIVERS="asix-ax887xx rtl8192se" + ADDITIONAL_DRIVERS="asix-ax887xx bcm_sta rtl8192se" # build with network support (yes / no) NETWORK="yes" diff --git a/projects/ION/options b/projects/ION/options index 05ec154cf8..79b15ba4b6 100644 --- a/projects/ION/options +++ b/projects/ION/options @@ -121,7 +121,7 @@ # bcm_sta: Broadcom STA WLAN Driver # Space separated list is supported, # e.g. ADDITIONAL_DRIVERS="bcm_sta" - ADDITIONAL_DRIVERS="asix-ax887xx rtl8192se" + ADDITIONAL_DRIVERS="asix-ax887xx bcm_sta rtl8192se" # build with network support (yes / no) NETWORK="yes" diff --git a/projects/Intel/options b/projects/Intel/options index 148d847ee8..63219ad8c7 100644 --- a/projects/Intel/options +++ b/projects/Intel/options @@ -121,7 +121,7 @@ # bcm_sta: Broadcom STA WLAN Driver # Space separated list is supported, # e.g. ADDITIONAL_DRIVERS="bcm_sta" - ADDITIONAL_DRIVERS="asix-ax887xx" + ADDITIONAL_DRIVERS="asix-ax887xx bcm_sta" # build with network support (yes / no) NETWORK="yes"