From 2be8d34085790f49f2bd647557c6d30881cf5115 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sat, 27 May 2017 11:29:55 +0200 Subject: [PATCH] x86: fix build of geode target The build bot complained that the OLPC option was not set. Signed-off-by: Hauke Mehrtens --- target/linux/x86/geode/config-default | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/x86/geode/config-default b/target/linux/x86/geode/config-default index f6fe5fa591..e0933d5748 100644 --- a/target/linux/x86/geode/config-default +++ b/target/linux/x86/geode/config-default @@ -89,6 +89,7 @@ CONFIG_MGEODEGX1=y CONFIG_NATSEMI=y CONFIG_NET5501=y CONFIG_NSC_GPIO=y +# CONFIG_OLPC is not set CONFIG_PATA_CS5520=y CONFIG_PATA_CS5530=y CONFIG_PATA_CS5535=y -- 2.30.2