Changeset b24418b in freewrt for target


Ignore:
Timestamp:
Jun 26, 2007, 2:08:58 PM (18 years ago)
Author:
Thorsten Glaser <tg@…>
Children:
737fca2a
Parents:
1db078f
Message:

nokernel targets are not for boards, they are for machine architectures
rename xscale to armeb

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • target/linux/nokernel/Config.in

    r1db078f rb24418b  
    1 config FWRT_LINUX_NOKERNEL_XSCALE
    2         bool "xscale nokernel"
     1config FWRT_LINUX_NOKERNEL_ARMEB
     2        bool "armeb nokernel"
    33        depends on FWRT_DEVEL
    44        select FWRT_TARGET_NOKERNEL
     
    99          Where a kernel is required, Linux 2.4 will be used.
    1010         
    11           This option selects the big-endian 32-bit xscale platform.
     11          This option selects the big-endian 32-bit ARM platform.
     12
     13config FWRT_LINUX_NOKERNEL_I386
     14        bool "i386 nokernel"
     15        depends on FWRT_DEVEL
     16        select FWRT_TARGET_NOKERNEL
     17        select FWRT_i386
     18        help
     19          This is a target which does not build a kernel, root filesy-
     20          stem or flash image; it is mostly used for testing packages.
     21          Where a kernel is required, Linux 2.4 will be used.
     22         
     23          This option selects the little-endian 32-bit i386 platform.
    1224
    1325config FWRT_LINUX_NOKERNEL_MIPS
     
    2234         
    2335          This option selects the little-endian 32-bit mips platform.
    24 
    25 config FWRT_LINUX_NOKERNEL_I386
    26         bool "i386 nokernel"
    27         depends on FWRT_DEVEL
    28         select FWRT_TARGET_NOKERNEL
    29         select FWRT_i386
    30         help
    31           This is a target which does not build a kernel, root filesy-
    32           stem or flash image; it is mostly used for testing packages.
    33           Where a kernel is required, Linux 2.4 will be used.
    34          
    35           This option selects the little-endian 32-bit i386 platform.
Note: See TracChangeset for help on using the changeset viewer.