From f1ab5b6aea42ffa7ff994f4aedd6fe82e1587b77 Mon Sep 17 00:00:00 2001 From: Christian Hewitt Date: Thu, 28 Jun 2012 19:01:19 +0400 Subject: [PATCH] add bmc_sta to Generic image for Mac mini users, closes #490 --- projects/Generic/options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/Generic/options b/projects/Generic/options index 8ec05a2e9a..113ad29a8a 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="asix-ax887xx" + ADDITIONAL_DRIVERS="asix-ax887xx bcm_sta" if [ "$PVR" = yes ]; then ADDITIONAL_DRIVERS="$ADDITIONAL_DRIVERS AF9035 A867 aver_h826d RTL2832 hdhomerun-driver vtuner-driver" fi