diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-10-05 13:13:17 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-10-05 14:01:38 +0200 |
commit | 3ae324f856775c7b0e265c8c35baf6dff40f7a52 (patch) | |
tree | cd2205dde2a867b5366928a03ed31275eba8475d /target/device | |
parent | 656ad7347ef6fa50496b9bcafae604148d1aacc5 (diff) |
do not append localversion automatically
prevents build failures if modules are enabled and localversion is ""
Signed-off-by: aldot <rep.dot.nop@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'target/device')
-rw-r--r-- | target/device/mips/linux26.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/device/mips/linux26.config b/target/device/mips/linux26.config index 563e9aeac..0bcff2f5e 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 |