Commit 70409d22 authored by Ugo Riboni's avatar Ugo Riboni

Disable kernel auto local versioning

With this patch, the name of the kernel is always 2.6.23-davinci1
instead of changing with local changes with names such as
2.6.23-davinci1-g723849a8-dirty. At the moment we don't need this
feature and it just create confusion and leave cruft in
/lib/modules, so it's better to keep it disabled.
parent 335e86a7
...@@ -32,7 +32,7 @@ CONFIG_EXPERIMENTAL=y ...@@ -32,7 +32,7 @@ CONFIG_EXPERIMENTAL=y
CONFIG_BROKEN_ON_SMP=y CONFIG_BROKEN_ON_SMP=y
CONFIG_INIT_ENV_ARG_LIMIT=32 CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_LOCALVERSION="" CONFIG_LOCALVERSION=""
CONFIG_LOCALVERSION_AUTO=y # CONFIG_LOCALVERSION_AUTO is not set
# CONFIG_SWAP is not set # CONFIG_SWAP is not set
CONFIG_SYSVIPC=y CONFIG_SYSVIPC=y
CONFIG_SYSVIPC_SYSCTL=y CONFIG_SYSVIPC_SYSCTL=y
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment