From: Bernhard Reutner-Fischer Date: Mon, 5 Oct 2009 11:13:17 +0000 (+0200) Subject: do not append localversion automatically X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3ae324f856775c7b0e265c8c35baf6dff40f7a52;p=buildroot.git do not append localversion automatically prevents build failures if modules are enabled and localversion is "" Signed-off-by: aldot Signed-off-by: Peter Korsgaard --- diff --git a/target/device/mips/linux26.config b/target/device/mips/linux26.config index 563e9aeaca..0bcff2f5e3 100644 --- a/target/device/mips/linux26.config +++ b/target/device/mips/linux26.config @@ -189,7 +189,7 @@ CONFIG_INIT_ENV_ARG_LIMIT=32 # General setup # CONFIG_LOCALVERSION="" -CONFIG_LOCALVERSION_AUTO=y +# CONFIG_LOCALVERSION_AUTO is not set CONFIG_SWAP=y CONFIG_SYSVIPC=y # CONFIG_IPC_NS is not set