- Timestamp:
- Jun 26, 2007, 3:28:14 PM (18 years ago)
- Children:
- f78c412
- Parents:
- 578ce45a
- File:
-
- 1 edited
-
target/Config.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
target/Config.in
r578ce45a re3110e9 7 7 menu "Target system" 8 8 9 choice 10 prompt "Target board category" 11 depends on !FWRT_LINUX_SNAPSHOT_META_TARGET 12 13 config FWRT_TARGET_CATEGORY_MIPS 14 bool "MIPS-based routers (brcm, rb)" 15 help 16 Select here to choose one of the classic embedded router 17 devices (ASUS WL500g, Netgear, Linksys) or the Mikrotik 18 routerboard. 19 20 config FWRT_TARGET_CATEGORY_I386 21 bool "I386-based systems (Soekris, WRAP)" 22 depends on FWRT_DEVEL 23 help 24 Select here to choose one of the various i386 experimental 25 targets 26 27 config FWRT_TARGET_CATEGORY_NOKERNEL 28 bool "virtual targets for various CPUs" 29 depends on FWRT_DEVEL 30 help 31 Select here to choose a target without a Linux kernel built 32 for various machine architectures (platforms). Packages 33 build here run on all other targets with the same architecture. 34 35 endchoice 36 9 37 choice 10 38 prompt "Embedded Device" 11 depends on ! FWRT_LINUX_SNAPSHOT_META_TARGET39 depends on FWRT_TARGET_CATEGORY_MIPS 12 40 source "target/linux/brcm-2.4/Config.in" 13 41 source "target/linux/brcm-2.6/Config.in" 14 42 source "target/linux/rb-2.4/Config.in" 15 43 source "target/linux/rb-2.6/Config.in" 44 endchoice 45 46 choice 47 prompt "Embedded Device" 48 depends on FWRT_TARGET_CATEGORY_I386 16 49 source "target/linux/x86-2.4/Config.in" 17 50 source "target/linux/x86-2.6/Config.in" 51 endchoice 52 53 choice 54 prompt "Embedded Device" 55 depends on FWRT_TARGET_CATEGORY_NOKERNEL 18 56 source "target/linux/nokernel/Config.in" 19 57 endchoice
Note:
See TracChangeset
for help on using the changeset viewer.
