- Timestamp:
- Jul 22, 2006, 5:48:30 PM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 5bef084
- Parents:
- e13d736
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Config.in
re13d736 rc04ece1 5 5 default y 6 6 7 config BR2_HAVE_DOT_CONFIG7 config FWRT_HAVE_DOT_CONFIG 8 8 bool 9 9 default y 10 10 11 config BR2_BIG_ENDIAN11 config FWRT_BIG_ENDIAN 12 12 tristate 13 13 14 14 # Supported architectures 15 15 16 config BR2_i38616 config FWRT_i386 17 17 tristate 18 18 19 config BR2_mips19 config FWRT_mips 20 20 tristate 21 select BR2_BIG_ENDIAN21 select FWRT_BIG_ENDIAN 22 22 23 config BR2_mipsel23 config FWRT_mipsel 24 24 tristate 25 25 26 config BR2_armeb26 config FWRT_armeb 27 27 tristate 28 select BR2_BIG_ENDIAN28 select FWRT_BIG_ENDIAN 29 29 30 30 # Unsupported architectures 31 31 32 32 if CONFIG_DEVEL 33 config BR2_mips6433 config FWRT_mips64 34 34 tristate 35 select BR2_BIG_ENDIAN35 select FWRT_BIG_ENDIAN 36 36 37 config BR2_arm37 config FWRT_arm 38 38 tristate 39 39 40 config BR2_cris40 config FWRT_cris 41 41 tristate 42 42 43 config BR2_m68k43 config FWRT_m68k 44 44 tristate 45 select BR2_BIG_ENDIAN45 select FWRT_BIG_ENDIAN 46 46 47 config BR2_powerpc47 config FWRT_powerpc 48 48 tristate 49 select BR2_BIG_ENDIAN49 select FWRT_BIG_ENDIAN 50 50 51 config BR2_sh351 config FWRT_sh3 52 52 tristate 53 53 54 config BR2_sh3eb54 config FWRT_sh3eb 55 55 tristate 56 select BR2_BIG_ENDIAN56 select FWRT_BIG_ENDIAN 57 57 58 config BR2_sh458 config FWRT_sh4 59 59 tristate 60 60 61 config BR2_sh4eb61 config FWRT_sh4eb 62 62 tristate 63 select BR2_BIG_ENDIAN63 select FWRT_BIG_ENDIAN 64 64 65 config BR2_sparc65 config FWRT_sparc 66 66 tristate 67 select BR2_BIG_ENDIAN67 select FWRT_BIG_ENDIAN 68 68 69 69 endif 70 70 71 config BR2_ARCH71 config FWRT_ARCH 72 72 string 73 default "arm" if BR2_arm74 default "armeb" if BR2_armeb75 default "cris" if BR2_cris76 default "i386" if BR2_i38677 default "m68k" if BR2_m68k78 default "mips" if BR2_mips79 default "mipsel" if BR2_mipsel || !CONFIG_DEVEL80 default "mips64" if BR2_mips6481 default "powerpc" if BR2_powerpc82 default "sh3" if BR2_sh383 default "sh3eb" if BR2_sh3eb84 default "sh4" if BR2_sh485 default "sh4eb" if BR2_sh4eb86 default "sparc" if BR2_sparc73 default "arm" if FWRT_arm 74 default "armeb" if FWRT_armeb 75 default "cris" if FWRT_cris 76 default "i386" if FWRT_i386 77 default "m68k" if FWRT_m68k 78 default "mips" if FWRT_mips 79 default "mipsel" if FWRT_mipsel || !CONFIG_DEVEL 80 default "mips64" if FWRT_mips64 81 default "powerpc" if FWRT_powerpc 82 default "sh3" if FWRT_sh3 83 default "sh3eb" if FWRT_sh3eb 84 default "sh4" if FWRT_sh4 85 default "sh4eb" if FWRT_sh4eb 86 default "sparc" if FWRT_sparc 87 87 88 88 89 config BR2_WGET89 config FWRT_WGET 90 90 string 91 91 default "wget --passive-ftp -nd" 92 92 93 config BR2_JLEVEL93 config FWRT_JLEVEL 94 94 int 95 95 default "1" 96 96 97 config BR2_LINUX_2_4_BRCM97 config FWRT_LINUX_2_4_BRCM 98 98 bool 99 99
Note:
See TracChangeset
for help on using the changeset viewer.
