[source] x86: fix build of geode target

LEDE Commits lede-commits at lists.infradead.org
Sat May 27 02:33:23 PDT 2017


hauke pushed a commit to source.git, branch master:
https://git.lede-project.org/2be8d34085790f49f2bd647557c6d30881cf5115

commit 2be8d34085790f49f2bd647557c6d30881cf5115
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sat May 27 11:29:55 2017 +0200

    x86: fix build of geode target
    
    The build bot complained that the OLPC option was not set.
    
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 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 f6fe5fa..e0933d5 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



More information about the lede-commits mailing list