source: freewrt/target/Config.in@ 398df5e

Last change on this file since 398df5e was 398df5e, checked in by Waldemar Brodkorb <wbx@…>, 19 years ago

add configfs partition to all models, except netgear, make openswan package a single package including utils and kernel modules, fix some startupscripts for the configfs changes

git-svn-id: svn://www.freewrt.org/branches/wbx-target-cleanup@580 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 792 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_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
21config FWRT_TARGET_ROOTFS_JFFS2
22 bool "Development images with writable root filesystem"
23 select FWRT_PACKAGE_JFFS2ROOT
24 help
25 Build firmware images with a writable jffs2 root filesystem.
26
27endchoice
28
29endmenu
30#endmenu
Note: See TracBrowser for help on using the repository browser.