File tree 2 files changed +2
-9
lines changed
2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ CONFIG_BROKEN_ON_SMP=y
35
35
CONFIG_LOCK_KERNEL=y
36
36
CONFIG_INIT_ENV_ARG_LIMIT=32
37
37
CONFIG_CROSS_COMPILE=""
38
- CONFIG_LOCALVERSION=""
39
- CONFIG_LOCALVERSION_AUTO=y
38
+ CONFIG_LOCALVERSION="-cyanogenmod "
39
+ # CONFIG_LOCALVERSION_AUTO is not set
40
40
CONFIG_HAVE_KERNEL_GZIP=y
41
41
CONFIG_HAVE_KERNEL_LZMA=y
42
42
CONFIG_HAVE_KERNEL_LZO=y
Original file line number Diff line number Diff line change @@ -159,13 +159,6 @@ res="${res}${CONFIG_LOCALVERSION}${LOCALVERSION}"
159
159
if test " $CONFIG_LOCALVERSION_AUTO " = " y" ; then
160
160
# full scm version string
161
161
res=" $res $( scm_version) "
162
- else
163
- # apped a plus sign if the repository is not in a clean tagged
164
- # state and LOCALVERSION= is not specified
165
- if test " ${LOCALVERSION+set} " ! = " set" ; then
166
- scm=$( scm_version --short)
167
- res=" $res ${scm: ++} "
168
- fi
169
162
fi
170
163
171
164
echo " $res "
You can’t perform that action at this time.
0 commit comments