freebsd / freebsd-wifi-build

freebsd-wifi-build
142 stars 59 forks source link

Split the board config and the base system config into two separate pieces #58

Closed erikarn closed 9 years ago

erikarn commented 9 years ago

This pull request splits the board config up into two pieces:

It also creates "mips" and "mips_ap" - mips_ap is the MIPS builds with various options disabled for smaller AP images. "mips" is a default mips32 bigendian build.

The eventual aim for this is to have each board type built once and then each image built using the pre-done board image. But, baby steps.