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"