- Timestamp:
- Jun 26, 2007, 2:08:58 PM (18 years ago)
- Children:
- 737fca2a
- Parents:
- 1db078f
- File:
-
- 1 edited
-
target/linux/nokernel/Config.in (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
target/linux/nokernel/Config.in
r1db078f rb24418b 1 config FWRT_LINUX_NOKERNEL_ XSCALE2 bool " xscalenokernel"1 config FWRT_LINUX_NOKERNEL_ARMEB 2 bool "armeb nokernel" 3 3 depends on FWRT_DEVEL 4 4 select FWRT_TARGET_NOKERNEL … … 9 9 Where a kernel is required, Linux 2.4 will be used. 10 10 11 This option selects the big-endian 32-bit xscale platform. 11 This option selects the big-endian 32-bit ARM platform. 12 13 config 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. 12 24 13 25 config FWRT_LINUX_NOKERNEL_MIPS … … 22 34 23 35 This option selects the little-endian 32-bit mips platform. 24 25 config FWRT_LINUX_NOKERNEL_I38626 bool "i386 nokernel"27 depends on FWRT_DEVEL28 select FWRT_TARGET_NOKERNEL29 select FWRT_i38630 help31 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.
