summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2015-11-10 23:09:20 (GMT)
committerBryan Hundven <bryanhundven@gmail.com>2015-11-13 00:15:41 (GMT)
commita173dfa93937d835b10f3b460faaa652a017f035 (patch)
tree6d4fdcc83408064695bf18339aca9a4bcc9ca87a /config
parent21a448516e2585d581f9dd90c566600831d7c86b (diff)
uClibc: Fall back to default configs if not provided
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>
Diffstat (limited to 'config')
-rw-r--r--config/libc/uClibc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/libc/uClibc.in b/config/libc/uClibc.in
index dc37f84..4e57be0 100644
--- a/config/libc/uClibc.in
+++ b/config/libc/uClibc.in
@@ -149,5 +149,5 @@ config LIBC_UCLIBC_CONFIG_FILE
default ""
help
Path to the configuration file.
-
- You _must_ provide one (for now).
+
+ If the file is not provided, we fall back to a default config file.