commit a90c5fb67436e1977da6a2e84a74a478946ede00
Author: Roger Pueyo Centelles <roger.pueyo@guifi.net>
Date:   Thu Jan 26 17:18:47 2017 +0100

    Set ROOTFS size to 128 MB for Geode-based devices (i.e. Alix)
    
    This allow copying an entire binary image to RAM and sysupgrade it. Default
    256 MB size (set by default because of building EXT4 rootfs images) was too big
    and images could not be uncompressed to RAM.

diff --git a/configs/x86-geode-multiprofile b/configs/x86-geode-multiprofile
index c6c6662..8abf22b 100644
--- a/configs/x86-geode-multiprofile
+++ b/configs/x86-geode-multiprofile
@@ -23,3 +23,4 @@ CONFIG_PACKAGE_sqm-scripts-extra=m
 CONFIG_PACKAGE_tc=m
 CONFIG_PACKAGE_kmod-sched=m
 CONFIG_PACKAGE_kmod-sched-cake=m
+CONFIG_TARGET_ROOTFS_PARTSIZE=128
