source: freewrt/target/Config.in@ 9036ea5

freewrt_1_0 freewrt_2_0
Last change on this file since 9036ea5 was db5651c, checked in by Waldemar Brodkorb <wbx@…>, 19 years ago

merge wbx-target-cleanup to trunk.

  • mk directory for some top level makefiles (build.mk,vars.mk)
  • add a separate configfs partition to all models, 128 kb big
  • add model and platform specific startup files and kernel configs
  • delete target/linux/package, add all addon kernel packages to packages
  • simplify target/linux/brcm-2.4/Makefile, abstraction to mk/ comes later
  • add target/image directory, place where the different images are created
  • default off for all extra packages, be sure that you enable all packages you need to get a dsl-capable router. snapshots will be created by a specific config which contains all needed stuff (iptables, pppoe, pptp, haserl, webif)

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

  • Property mode set to 100644
File size: 792 bytes
RevLine 
[3b914ab]1#menu "Target System"
2
3#menu "Broadcom devices"
4
5menu "Target system (Broadcom)"
[475ad56]6
[db5651c]7source "target/linux/brcm-2.4/Config.in"
[e3ea651]8
[f6ccc6b]9choice
10prompt "Target Firmware type"
[e3ea651]11
[db5651c]12config FWRT_TARGET_ROOTFS_SQUASHFS_OVERLAY
[e3ea651]13 bool "Production images with read-only root filesystem"
[92a4e90]14 select FWRT_PACKAGE_KMOD_MINI_FO
[e3ea651]15 help
16 Build firmware images with a read-only and highly compressed (squashfs with lzma
[92a4e90]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).
[e3ea651]20
21config FWRT_TARGET_ROOTFS_JFFS2
22 bool "Development images with writable root filesystem"
[db5651c]23 select FWRT_PACKAGE_JFFS2ROOT
[e3ea651]24 help
25 Build firmware images with a writable jffs2 root filesystem.
26
[f6ccc6b]27endchoice
[e3ea651]28
[0ea1f3f]29endmenu
[3b914ab]30#endmenu
Note: See TracBrowser for help on using the repository browser.