projects/*/options: add bcm_sta driver to supported platforms

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-06-18 12:15:33 +02:00
parent c2a40642f3
commit d87ce58109
4 changed files with 4 additions and 4 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"