diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2017-05-27 11:29:55 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2017-05-27 11:31:10 +0200 |
commit | 2be8d34085790f49f2bd647557c6d30881cf5115 (patch) | |
tree | 1515a54272e190712784c5a82f8f481bfb42289a /target/linux/x86/geode | |
parent | 69aaf1cd780b2bd42e52ac8b5d99754d4e5a376e (diff) | |
download | upstream-2be8d34085790f49f2bd647557c6d30881cf5115.tar.gz upstream-2be8d34085790f49f2bd647557c6d30881cf5115.tar.bz2 upstream-2be8d34085790f49f2bd647557c6d30881cf5115.zip |
x86: fix build of geode target
The build bot complained that the OLPC option was not set.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/x86/geode')
-rw-r--r-- | target/linux/x86/geode/config-default | 1 |
1 files changed, 1 insertions, 0 deletions
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 |