From 3ae324f856775c7b0e265c8c35baf6dff40f7a52 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Mon, 5 Oct 2009 13:13:17 +0200 Subject: [PATCH] do not append localversion automatically prevents build failures if modules are enabled and localversion is "" Signed-off-by: aldot Signed-off-by: Peter Korsgaard --- target/device/mips/linux26.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2