From 54b699c569603739d70828244d3212758da45fda Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Tue, 24 Jul 2012 02:11:27 +0200 Subject: [PATCH] projects/Generic/options: temporary dont build with 'bcm_sta' driver Signed-off-by: Stephan Raue --- projects/Generic/options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/Generic/options b/projects/Generic/options index 51880607d7..fe729ccbf6 100755 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -170,7 +170,7 @@ # asix-ax887xx: Asix AX887xx USB LAN Driver # Space separated list is supported, # e.g. ADDITIONAL_DRIVERS="asix-ax887xx AF9035" - ADDITIONAL_DRIVERS="bcm_sta" + ADDITIONAL_DRIVERS="" if [ "$PVR" = yes ]; then ADDITIONAL_DRIVERS="$ADDITIONAL_DRIVERS" fi