Kconfig: omit sublevel patch version
These are getting annoying in defconfig diffs Signed-off-by: Park Ju Hyung <qkrwngud825@gmail.com> Signed-off-by: Danny Lin <danny@kdrag0n.dev> Signed-off-by: UtsavBalar1231 <utsavbalar1231@gmail.com>
This commit is contained in:
committed by
UtsavBalar1231
parent
3e87975054
commit
e55fb9d2df
2
Kconfig
2
Kconfig
@@ -3,7 +3,7 @@
|
||||
# For a description of the syntax of this configuration file,
|
||||
# see Documentation/kbuild/kconfig-language.txt.
|
||||
#
|
||||
mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration"
|
||||
mainmenu "Linux/$ARCH $VERSION.$PATCHLEVEL Kernel Configuration"
|
||||
|
||||
config SRCARCH
|
||||
string
|
||||
|
||||
@@ -2,6 +2,14 @@ config ARCH
|
||||
string
|
||||
option env="ARCH"
|
||||
|
||||
config VERSION
|
||||
string
|
||||
option env="VERSION"
|
||||
|
||||
config PATCHLEVEL
|
||||
string
|
||||
option env="PATCHLEVEL"
|
||||
|
||||
config KERNELVERSION
|
||||
string
|
||||
option env="KERNELVERSION"
|
||||
|
||||
Reference in New Issue
Block a user