[source] x86: disable a workaround for a buggy glibc version

LEDE Commits lede-commits at lists.infradead.org
Fri Jan 13 06:15:51 PST 2017


nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/e38fd1eced6d2035f9f8d65eacbb69fd7d008158

commit e38fd1eced6d2035f9f8d65eacbb69fd7d008158
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Fri Jan 13 14:47:40 2017 +0100

    x86: disable a workaround for a buggy glibc version
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 target/linux/x86/config-4.4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/x86/config-4.4 b/target/linux/x86/config-4.4
index db976a2..e2236b2 100644
--- a/target/linux/x86/config-4.4
+++ b/target/linux/x86/config-4.4
@@ -57,7 +57,7 @@ CONFIG_CLKSRC_I8253=y
 CONFIG_CLOCKSOURCE_VALIDATE_LAST_CYCLE=y
 CONFIG_CLOCKSOURCE_WATCHDOG=y
 CONFIG_CLONE_BACKWARDS=y
-CONFIG_COMPAT_VDSO=y
+# CONFIG_COMPAT_VDSO is not set
 CONFIG_CONSOLE_TRANSLATIONS=y
 # CONFIG_CPU5_WDT is not set
 CONFIG_CPU_FREQ=y



More information about the lede-commits mailing list