freebsd / freebsd-wifi-build

freebsd-wifi-build
142 stars 59 forks source link

Move the kernel modules list to an explicitly specified list. #31

Closed erikarn closed 9 years ago

erikarn commented 9 years ago

Different board configurations may have different kernel modules as part of trying to fit things into the space requirements. So for now, until images get all the same modules, let's just specify them here as a list.

This has the added benefit of not causing an exit status of non-zero if the install fails; causing build to stop running any future install steps.