File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -174,6 +174,7 @@ CONFIGURING the kernel:
174174 "make silentoldconfig"
175175 Like above, but avoids cluttering the screen
176176 with questions already answered.
177+ Additionally updates the dependencies.
177178 "make defconfig" Create a ./.config file by using the default
178179 symbol values from arch/$ARCH/defconfig.
179180 "make allyesconfig"
Original file line number Diff line number Diff line change 8383 @echo ' xconfig - Update current config utilising a QT based front-end'
8484 @echo ' gconfig - Update current config utilising a GTK based front-end'
8585 @echo ' oldconfig - Update current config utilising a provided .config as base'
86- @echo ' silentoldconfig - Same as oldconfig, but quietly'
86+ @echo ' silentoldconfig - Same as oldconfig, but quietly, additionally update deps '
8787 @echo ' randconfig - New config with random answer to all options'
8888 @echo ' defconfig - New config with default answer to all options'
8989 @echo ' allmodconfig - New config selecting modules when possible'
You can’t perform that action at this time.
0 commit comments