diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-12-12 08:27:57 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-12-12 08:27:57 +0000 |
commit | fc71b53fccdf1af866b49a26c3d428f3475c9821 (patch) | |
tree | a4555436e016a5194136d5a1c1f8233b32d74726 | |
parent | 00020640fc271aae2c7b1d8c5ae92fbb7efe328d (diff) |
Fix typo noticed by V.Radhakrishnan
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ CONFIGURING uClibc: "make defconfig" Use defaults for all options. "make randconfig" Use random values for all options. "make allyesconfig" Set all values to "yes" for all options. - "make allnoconfig" Set all values to "yes" for all options. + "make allnoconfig" Set all values to "no" for all options. - uClibc does not have proper dependancy checking (yet) so if you change your uClibc configuration, you must current rebuild the |