diff options
Diffstat (limited to 'target/romfs/Config.in')
-rw-r--r-- | target/romfs/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/target/romfs/Config.in b/target/romfs/Config.in new file mode 100644 index 000000000..e34242c0a --- /dev/null +++ b/target/romfs/Config.in @@ -0,0 +1,7 @@ +config BR2_TARGET_ROOTFS_ROMFS + bool "romfs root filesystem" + default n + select BR2_HOST_FAKEROOT + help + Build a romfs image of the root filesystem. + |