From 0d5e8720bb8c65caec46936624d5b42ab14af52e Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 19 Sep 2016 21:27:51 +0200 Subject: docs: update uClibc-ng config file name --- docs/customize-libc-config.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/customize-libc-config.txt b/docs/customize-libc-config.txt index ac183172a..dbf3f25c4 100644 --- a/docs/customize-libc-config.txt +++ b/docs/customize-libc-config.txt @@ -18,7 +18,7 @@ a new uClibc-ng config from the existing one: ---------------- $ tar xvf dl/uClibc-ng-x.y.z.tar.xz $ cd uClibc-ng-x.y.z - $ cp ../target//uclibc.config .config + $ cp ../target//uclibc-ng.config .config $ make menuconfig ---------------- @@ -26,7 +26,7 @@ Make all required changes. Then copy the newly created uClibc-ng configuration b and rebuild your targetsystem, including the toolchain components: ---------------- - $ cp .config ../target//uclibc.config + $ cp .config ../target//uclibc-ng.config $ cd .. && make cleandir && make ---------------- -- cgit v1.2.3