| 1 | | menu "Target Root Filesystem" |
|---|
| 2 | | |
|---|
| 3 | | config BR2_TARGET_ROOTFS_SQUASHFS_LZMA |
|---|
| 4 | | bool "Production images with read-only root filesystem" |
|---|
| 5 | | default y |
|---|
| 6 | | help |
|---|
| 7 | | Build firmware images with a |
|---|
| 8 | | read-only and highly compressed (squashfs with lzma |
|---|
| 9 | | compression) root filesystem |
|---|
| 10 | | |
|---|
| 11 | | config BR2_TARGET_ROOTFS_JFFS2 |
|---|
| 12 | | bool "Development images with writable root filesystem" |
|---|
| 13 | | default y |
|---|
| 14 | | help |
|---|
| 15 | | Build firmware images with a |
|---|
| 16 | | writable jffs2 root filesystem. |
|---|
| 17 | | |
|---|
| 18 | | config BR2_TARGET_ROOTFS_TGZ |
|---|
| 19 | | bool "Target root filesystem for Compact flash, NFS, external USB disk" |
|---|
| 20 | | default y |
|---|
| 21 | | help |
|---|
| 22 | | Build a compressed tar archive of the the root filesystem. |
|---|
| 23 | | |
|---|
| 24 | | endmenu |
|---|
| 25 | | |
|---|
| 26 | | menu "Kernel Configuration / Device Support" |
|---|
| | 1 | menu "Target Firmware type" |
|---|
| | 2 | |
|---|
| | 3 | choice |
|---|
| | 4 | prompt "Target Firmware type" |
|---|
| | 5 | |
|---|
| | 6 | config BR2_TARGET_ROOTFS_SQUASHFS_LZMA |
|---|
| | 7 | bool "Production images with read-only root filesystem" |
|---|
| | 8 | help |
|---|
| | 9 | Build firmware images with a read-only and highly compressed (squashfs with lzma |
|---|
| | 10 | compression) root filesystem |
|---|
| | 11 | |
|---|
| | 12 | config BR2_TARGET_ROOTFS_JFFS2 |
|---|
| | 13 | bool "Development images with writable root filesystem" |
|---|
| | 14 | help |
|---|
| | 15 | Build firmware images with a writable jffs2 root filesystem. |
|---|
| | 16 | |
|---|
| | 17 | config BR2_TARGET_ROOTFS_TGZ |
|---|
| | 18 | bool "Target root filesystem for Compact flash" |
|---|
| | 19 | help |
|---|
| | 20 | Build a compressed tar archive of the the root filesystem without bootloader. |
|---|
| | 21 | |
|---|
| | 22 | endchoice |
|---|
| | 23 | |
|---|
| | 24 | endmenu |
|---|
| | 25 | |
|---|
| | 26 | menu "Kernel Configuration" |
|---|