diff options
-rw-r--r-- | extra/linux-olpc-xo1/PKGBUILD | 2 | ||||
-rw-r--r-- | extra/linux-olpc-xo1/config.olpc-xo1 | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/extra/linux-olpc-xo1/PKGBUILD b/extra/linux-olpc-xo1/PKGBUILD index 4c0a29e5..891a24cc 100644 --- a/extra/linux-olpc-xo1/PKGBUILD +++ b/extra/linux-olpc-xo1/PKGBUILD @@ -26,7 +26,7 @@ validpgpkeys=( 'A2FF3A36AAA56654109064AB19802F8B0D70FC30' # Jan Alexander Steffens (heftig) ) sha256sums=('386e868d1dc671fbed53c4382a2c9840fa6fbe9e80ffeb75403f059049efafac' - '18730a94777487843be91aff97ca7553e6a666219c810fc570a920f877877c1d') + '38b1af674b1df842ab9e42985207a22a3ee9bf45c5aa407a71eea46095b42161') export KBUILD_BUILD_HOST=archlinux export KBUILD_BUILD_USER=$pkgbase diff --git a/extra/linux-olpc-xo1/config.olpc-xo1 b/extra/linux-olpc-xo1/config.olpc-xo1 index d6d1f3b0..c6a5ea4e 100644 --- a/extra/linux-olpc-xo1/config.olpc-xo1 +++ b/extra/linux-olpc-xo1/config.olpc-xo1 @@ -922,9 +922,11 @@ CONFIG_PREVENT_FIRMWARE_BUILD=y # Firmware loader # CONFIG_FW_LOADER=y +CONFIG_FW_LOADER_PAGED_BUF=y CONFIG_EXTRA_FIRMWARE="" -# CONFIG_FW_LOADER_USER_HELPER is not set -# CONFIG_FW_LOADER_COMPRESS is not set +CONFIG_FW_LOADER_USER_HELPER=y +# CONFIG_FW_LOADER_USER_HELPER_FALLBACK is not set +CONFIG_FW_LOADER_COMPRESS=y CONFIG_FW_CACHE=y # end of Firmware loader |