Browse Source

docs: update uClibc-ng config file name

Waldemar Brodkorb 7 years ago
parent
commit
0d5e8720bb
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/customize-libc-config.txt

+ 2 - 2
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/<arch>/uclibc.config .config
+ $ cp ../target/<arch>/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/<arch>/uclibc.config
+ $ cp .config ../target/<arch>/uclibc-ng.config
  $ cd .. && make cleandir && make
 ----------------