diff options
Diffstat (limited to 'openwrt/target/squashfs/Config.in')
-rw-r--r-- | openwrt/target/squashfs/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/openwrt/target/squashfs/Config.in b/openwrt/target/squashfs/Config.in new file mode 100644 index 000000000..a4cb4d8b6 --- /dev/null +++ b/openwrt/target/squashfs/Config.in @@ -0,0 +1,6 @@ +config BR2_TARGET_ROOTFS_SQUASHFS + bool "squashfs (ro) root filesystem for the target device" + default n + help + Build a squashfs root filesystem + |