Changeset c57877b in freewrt
- Timestamp:
- Sep 21, 2006, 12:03:13 AM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 3a63daa
- Parents:
- 63f60c2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Config.in
r63f60c2 rc57877b 28 28 select FWRT_BIG_ENDIAN 29 29 30 # Unsupported architectures31 32 if CONFIG_DEVEL33 30 config FWRT_mips64 34 31 tristate … … 67 64 select FWRT_BIG_ENDIAN 68 65 69 endif70 71 66 config FWRT_ARCH 72 67 string … … 77 72 default "m68k" if FWRT_m68k 78 73 default "mips" if FWRT_mips 79 default "mipsel" if FWRT_mipsel || !CONFIG_DEVEL74 default "mipsel" if FWRT_mipsel 80 75 default "mips64" if FWRT_mips64 81 76 default "powerpc" if FWRT_powerpc
Note:
See TracChangeset
for help on using the changeset viewer.
