add bmc_sta to Generic image for Mac mini users, closes #490

This commit is contained in:
Christian Hewitt 2012-06-28 19:01:19 +04:00
parent 66300a9ae5
commit f1ab5b6aea

View File

@ -170,7 +170,7 @@
# asix-ax887xx: Asix AX887xx USB LAN Driver # asix-ax887xx: Asix AX887xx USB LAN Driver
# Space separated list is supported, # Space separated list is supported,
# e.g. ADDITIONAL_DRIVERS="asix-ax887xx AF9035" # e.g. ADDITIONAL_DRIVERS="asix-ax887xx AF9035"
ADDITIONAL_DRIVERS="asix-ax887xx" ADDITIONAL_DRIVERS="asix-ax887xx bcm_sta"
if [ "$PVR" = yes ]; then if [ "$PVR" = yes ]; then
ADDITIONAL_DRIVERS="$ADDITIONAL_DRIVERS AF9035 A867 aver_h826d RTL2832 hdhomerun-driver vtuner-driver" ADDITIONAL_DRIVERS="$ADDITIONAL_DRIVERS AF9035 A867 aver_h826d RTL2832 hdhomerun-driver vtuner-driver"
fi fi