summaryrefslogtreecommitdiff
path: root/contrib/uClibc-defconfigs
AgeCommit message (Collapse)AuthorFilesLines
2017-02-04Remove OBSTACK from uclibc-ng configAlexey Neyman1-1/+0
It has been (incompletely) removed since 1.0.21. Requested-by: Waldemar Brodkorb <wbx@uclibc-ng.org> Signed-off-by: Alexey Neyman <stilor@att.net>
2015-11-13uClibc: Fall back to default configs if not providedBryan Hundven2-0/+318
I've added the .config files to contrib/uClibc-defconfigs from buildroot to use as default configs if they are not provided in the sample. If a particular architecture really needs an option set, it should be either updated in the manange_uClibc_config function in scripts/build/libc/uClibc.sh or a custom ${uclibc_name}.config should be added to the sample (usually via `ct-ng saveconfig`). Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>