summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-01-22 08:57:54 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2022-01-22 08:57:54 +0100
commit775559e12d6f033da05dca6d34a1f375fa05c475 (patch)
tree4397b1c1c7f1df1a789620f7a04bd80581735b50 /extra
parent3da8128a6649d579877d5192ab96175eb23cb18d (diff)
downloadpackages-775559e12d6f033da05dca6d34a1f375fa05c475.tar.xz
extra/linux-olpc-xo1: set CONFIG_FW_LOADER_COMPRESS=y for compressed firmware in ramdisk
Diffstat (limited to 'extra')
-rw-r--r--extra/linux-olpc-xo1/PKGBUILD2
-rw-r--r--extra/linux-olpc-xo1/config.olpc-xo16
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