X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=target%2FConfig.in;h=0c8864f3edbd345898b986aafce81a3523845a51;hp=8ff7bee52bb28f9ec5b11261447c9f7f57dc002e;hb=a1b3bca6f37fc21d4dd537a0bd1bc115a7163f5f;hpb=2183708c9693c88d0fed75058e0ef51cd4d6bba4 diff --git a/target/Config.in b/target/Config.in index 8ff7bee52b..0c8864f3ed 100644 --- a/target/Config.in +++ b/target/Config.in @@ -17,12 +17,6 @@ config PCMCIA_SUPPORT config USB_SUPPORT bool -config ATM_SUPPORT - bool - -config VIDEO_SUPPORT - bool - config BIG_ENDIAN bool @@ -35,6 +29,9 @@ config USES_JFFS2 config USES_EXT2 bool +config USES_TGZ + bool + config PROFILE_KCONFIG bool @@ -42,7 +39,10 @@ config PROFILE_KCONFIG config i386 bool - + +config i686 + bool + config mips select BIG_ENDIAN bool @@ -57,6 +57,10 @@ config armeb select BIG_ENDIAN bool +config avr32 + select BIG_ENDIAN + bool + config cris bool @@ -85,12 +89,17 @@ config sparc select BIG_ENDIAN bool +config x86_64 + bool + config ARCH string default "arm" if arm default "armeb" if armeb + default "avr32" if avr32 default "cris" if cris default "i386" if i386 + default "i686" if i686 default "m68k" if m68k default "mips" if mips default "mipsel" if mipsel @@ -100,4 +109,5 @@ config ARCH default "sh4" if sh4 default "sh4eb" if sh4eb default "sparc" if sparc + default "x86_64" if x86_64