source:
debwrt/trunk/config/target_arch.in
@
1
Last change on this file since 1 was 1, checked in by amain, 13 years ago | |
---|---|
File size: 244 bytes |
Line | |
---|---|
1 | config DEBWRT_TARGET_ARCH_MIPS |
2 | bool |
3 | default n |
4 | |
5 | config DEBWRT_TARGET_ARCH_MIPSEL |
6 | bool |
7 | default n |
8 | |
9 | config DEBWRT_TARGET_ARCH |
10 | string |
11 | default "mips" if DEBWRT_TARGET_ARCH_MIPS |
12 | default "mipsel" if DEBWRT_TARGET_ARCH_MIPSEL |
13 | default "unknown" |
14 |
Note: See TracBrowser
for help on using the repository browser.