source: freewrt/target/Config.in@ 8a07305

freewrt_1_0 freewrt_2_0
Last change on this file since 8a07305 was e679981, checked in by Waldemar Brodkorb <wbx@…>, 19 years ago

update info for root filesystems, overlay seems more buggy than jffs2, prefer jffs2 for now

git-svn-id: svn://www.freewrt.org/trunk/freewrt@605 afb5a338-a214-0410-bd46-81f09a774fd1

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