| Line | |
|---|
| 1 | #menu "Target System"
|
|---|
| 2 |
|
|---|
| 3 | #menu "Broadcom devices"
|
|---|
| 4 |
|
|---|
| 5 | menu "Target system (Broadcom)"
|
|---|
| 6 |
|
|---|
| 7 | source "target/linux/brcm-2.4/Config.in"
|
|---|
| 8 |
|
|---|
| 9 | choice
|
|---|
| 10 | prompt "Target Firmware type"
|
|---|
| 11 |
|
|---|
| 12 | config FWRT_TARGET_ROOTFS_SQUASHFS_OVERLAY
|
|---|
| 13 | bool "Production images with read-only root filesystem"
|
|---|
| 14 | select FWRT_PACKAGE_KMOD_MINI_FO
|
|---|
| 15 | help
|
|---|
| 16 | Build firmware images with a read-only and highly compressed (squashfs with lzma
|
|---|
| 17 | compression) root filesystem and a overlay filesystem for a
|
|---|
| 18 | pseudo writable root filesystem. (only differences to the read-only
|
|---|
| 19 | image are kept on a writable jffs2 partition).
|
|---|
| 20 |
|
|---|
| 21 | config FWRT_TARGET_ROOTFS_JFFS2
|
|---|
| 22 | bool "Development images with writable root filesystem"
|
|---|
| 23 | help
|
|---|
| 24 | Build firmware images with a writable jffs2 root filesystem.
|
|---|
| 25 |
|
|---|
| 26 | endchoice
|
|---|
| 27 |
|
|---|
| 28 | endmenu
|
|---|
| 29 | #endmenu
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.