source: freewrt/target/Config.in@ 6844bce

freewrt_1_0 freewrt_2_0
Last change on this file since 6844bce was 68c3782, checked in by Thorsten Glaser <tg@…>, 19 years ago

the option was just one character too wide,
and since we're only building one image anyway,
just use the singular

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

  • Property mode set to 100644
File size: 1.0 KB
Line 
1# $FreeWRT$
2#-
3# This file is part of the FreeWRT project. FreeWRT is copyrighted
4# material, please see the LICENCE file in the top-level directory
5# or at http://www.freewrt.org/license for details.
6
7#menu "Target System"
8#menu "Broadcom devices"
9menu "Target system (Broadcom)"
10
11source "target/linux/brcm-2.4/Config.in"
12
13choice
14prompt "Target Firmware type"
15
16config FWRT_TARGET_ROOTFS_JFFS2
17 bool "Firmware image with writable root filesystem"
18 select FWRT_PACKAGE_JFFS2ROOT
19 help
20 Build firmware images with a writable jffs2 root filesystem.
21
22config FWRT_TARGET_ROOTFS_SQUASHFS_OVERLAY
23 bool "Firmware image with read-only root filesystem and overlay fs"
24 select FWRT_PACKAGE_KMOD_MINI_FO
25 select FWRT_PACKAGE_JFFS2ROOT
26 help
27 Build firmware images with a read-only and highly compressed
28 (squashfs with lzma compression) root filesystem and a overlay
29 filesystem for a pseudo writable root filesystem. Only differences
30 to the read-only image are kept on a writable jffs2 partition.
31
32endchoice
33
34endmenu
35#endmenu
Note: See TracBrowser for help on using the repository browser.