freewrt_2_0
|
Last change
on this file since 1b2d56f was 1b2d56f, checked in by Waldemar Brodkorb <wbx@…>, 4 months ago |
|
linux: update to 6.12, cleanup
|
-
Property mode
set to
100644
|
|
File size:
1.1 KB
|
| Line | |
|---|
| 1 | # This file is part of the FreeWRT project. FreeWRT is copyrighted
|
|---|
| 2 | # material, please see the LICENCE file in the top-level directory
|
|---|
| 3 |
|
|---|
| 4 | menu "Target system (Broadcom)"
|
|---|
| 5 | choice
|
|---|
| 6 | prompt "WLAN Router"
|
|---|
| 7 | source "target/linux/brcm-6.12/Config.in"
|
|---|
| 8 | endchoice
|
|---|
| 9 |
|
|---|
| 10 | choice
|
|---|
| 11 | prompt "Target Firmware type"
|
|---|
| 12 | default FWRT_TARGET_ROOTFS_SQUASHFS_OVERLAY
|
|---|
| 13 |
|
|---|
| 14 | config FWRT_TARGET_ROOTFS_JFFS2
|
|---|
| 15 | bool "writable root filesystem (jffs2)"
|
|---|
| 16 | select FWRT_PACKAGE_MTD
|
|---|
| 17 | select FWRT_PACKAGE_FWCF
|
|---|
| 18 | select FWRT_PACKAGE_JFFS2ROOT
|
|---|
| 19 | depends on FWRT_LINUX_BRCM
|
|---|
| 20 | help
|
|---|
| 21 | Build firmware images with a writable jffs2 root filesystem.
|
|---|
| 22 |
|
|---|
| 23 | config FWRT_TARGET_ROOTFS_SQUASHFS_OVERLAY
|
|---|
| 24 | bool "read-only root filesystem and overlay fs (squashfs-overlay)"
|
|---|
| 25 | select FWRT_PACKAGE_MTD
|
|---|
| 26 | select FWRT_PACKAGE_FWCF
|
|---|
| 27 | select FWRT_PACKAGE_JFFS2ROOT
|
|---|
| 28 | depends on FWRT_LINUX_BRCM
|
|---|
| 29 | help
|
|---|
| 30 | Build firmware images with a read-only and highly compressed
|
|---|
| 31 | (squashfs with lzma compression) root filesystem and a overlay
|
|---|
| 32 | filesystem for a pseudo writable root filesystem. Only differences
|
|---|
| 33 | to the read-only image are kept on a writable jffs2 partition.
|
|---|
| 34 |
|
|---|
| 35 | endchoice
|
|---|
| 36 | endmenu
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.