aboutsummaryrefslogtreecommitdiff
path: root/configs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* android_defconfig: remove some extra cflags. untestedDenys Vlasenko2011-07-231-1/+18
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* add defconfig files for Android, Cygwin and FreeBSDDaniel Fandrich2011-07-193-0/+2964
| | | | | | | | Also added an example script to show how to compile BusyBox against Android's bionic. Signed-off-by: Daniel Fandrich <dan@coneharvesters.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* make configs/* files have _defconfig suffixDenys Vlasenko2011-07-083-0/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Support configuring Busybox from _defconfig filesDaniel Fandrich2011-07-083-0/+2794
The existing test .config files are moved to configs/ and renamed to *_defconfig. 'make xyz_defconfig' will enable the configuration in that specific file. Signed-off-by: Daniel Fandrich <dan@coneharvesters.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>