aboutsummaryrefslogtreecommitdiffstats
path: root/kernel-config/postlfs
diff options
context:
space:
mode:
Diffstat (limited to 'kernel-config/postlfs')
-rw-r--r--kernel-config/postlfs/config/builtin-fw.toml8
1 files changed, 7 insertions, 1 deletions
diff --git a/kernel-config/postlfs/config/builtin-fw.toml b/kernel-config/postlfs/config/builtin-fw.toml
index 62a729de85..24c9f27722 100644
--- a/kernel-config/postlfs/config/builtin-fw.toml
+++ b/kernel-config/postlfs/config/builtin-fw.toml
@@ -3,4 +3,10 @@
FW_LOADER='*'
EXTRA_FIRMWARE='xx/aa.bin xx/bb.bin'
-EXTRA_FIRMWARE_DIR='/lib/firmware'
+
+[EXTRA_FIRMWARE_DIR]
+value = '/lib/firmware'
+comment = [
+ 'This is the default, you can change it to "/usr/lib/firmware"',
+ 'if you want'
+]