VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Kees Cook <keescook@chromium.org> 2012-10-24 10:22:43 -0700 committer: Jiri Kosina <jkosina@suse.cz> 2012-10-25 18:04:22 +0200 commit: fc0d1b93fe7b331448631c723cb19668c9027bf4 parent: 01872c641f8bb25b6d70328177c8fb08e0dd6d0b
Commit Summary:
README: document "make olddefconfig"
Diffstat:
1 file changed, 4 insertions, 0 deletions
diff --git a/README b/README
index 9beaed0ed620..b9a171a0183c 100644
--- a/README
+++ b/README
@@ -180,6 +180,10 @@ CONFIGURING the kernel:
                         with questions already answered.
                         Additionally updates the dependencies.
 
+     "make olddefconfig"
+                        Like above, but sets new symbols to their default
+                        values without prompting.
+
      "make defconfig"   Create a ./.config file by using the default
                         symbol values from either arch/$ARCH/defconfig
                         or arch/$ARCH/configs/${PLATFORM}_defconfig,