Changeset e3ea651 in freewrt for target/linux


Ignore:
Timestamp:
Jul 25, 2006, 4:11:21 PM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
8d7467a
Parents:
4954a39
Message:

what difference a little less menus and a little more indentation can make
now I can menuconfig in about half the time

wbx@ allowed me to do so... I did keep some menus where it made sense though

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • target/linux/Config.in

    r4954a39 re3ea651  
    1 menu "Target Firmware type"
    2 
    3 choice
    4 prompt "Target Firmware type"
    5 
    6 config FWRT_TARGET_ROOTFS_SQUASHFS_LZMA
    7         bool "Production images with read-only root filesystem"
    8         help
    9           Build firmware images with a read-only and highly compressed (squashfs with lzma
    10           compression) root filesystem
    11 
    12 config FWRT_TARGET_ROOTFS_JFFS2
    13         bool "Development images with writable root filesystem"
    14         help
    15           Build firmware images with a writable jffs2 root filesystem.
    16 
    17 endchoice
    18 
    19 endmenu
    20 
    211menu "Kernel Configuration"
    222
Note: See TracChangeset for help on using the changeset viewer.