aboutsummaryrefslogtreecommitdiffstats
path: root/target/Config.in
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2021-02-21 14:19:26 +0000
committerDaniel Golle <daniel@makrotopia.org>2021-02-24 01:35:20 +0000
commit330bd380e8b691833c8dcc9b579b51851cbd4b0f (patch)
treea6e6859d1888644af99fe332eef67eead435aa9c /target/Config.in
parente6aac8d98f5663be99163f9e61dad23ad657b7ed (diff)
downloadupstream-330bd380e8b691833c8dcc9b579b51851cbd4b0f.tar.gz
upstream-330bd380e8b691833c8dcc9b579b51851cbd4b0f.tar.bz2
upstream-330bd380e8b691833c8dcc9b579b51851cbd4b0f.zip
image: allow building FIT and uImage with ramdisk
Instead of embedding the initrd cpio archive into the kernel, allow for having an external ramdisk added to the FIT or uImage. This is useful to overcome kernel size limitations present in many stock bootloaders, as the ramdisk is then loaded seperately and doesn't add to the kernel size. Hence we can have larger ramdisks to host ie. installers with all binaries to flash included (or a web-based firmware selector). In terms of performance and total size the differences are neglectible. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'target/Config.in')
-rw-r--r--target/Config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/Config.in b/target/Config.in
index 43de4710df..9dbc5ffe46 100644
--- a/target/Config.in
+++ b/target/Config.in
@@ -51,6 +51,9 @@ config USES_DEVICETREE
config USES_INITRAMFS
bool
+config USES_SEPERATE_INITRAMFS
+ bool
+
config USES_SQUASHFS
bool