force LANG to C
[openwrt-10.03/.git] / target / Config.in
index 1fe52fd07cafb2a99dbf0a92d677f14a4c0d582f..effd9d7aa8ce3b6a5457ec3a7339db04764593ec 100644 (file)
@@ -106,17 +106,6 @@ config LINUX_2_4_AR7
        help
          Build firmware images for TI AR7 based routers (w.g. Linksys WAG54G v2)
 
-config LINUX_2_4_X86
-       bool "x86 [2.4]"
-       select i386
-       select LINUX_2_4
-       select PCI_SUPPORT
-       select USB_SUPPORT
-       select PCMCIA_SUPPORT
-       help
-         Build firmware images for x86 based boards
-         (e.g. Soekris net4521 and net4801, PC Engines WRAP...)
-
 config LINUX_2_6_X86
        bool "x86 [2.6]"
        select i386
@@ -124,6 +113,7 @@ config LINUX_2_6_X86
        select PCI_SUPPORT
        select USB_SUPPORT
        select PCMCIA_SUPPORT
+       select USES_JFFS2
        help
          Build firmware images for x86 based boards
          (e.g. Soekris net4521 and net4801, PC Engines WRAP...)
@@ -271,11 +261,12 @@ config ARCH
        default "i386"    if i386
        default "m68k"    if m68k
        default "mips"    if mips
-       default "mipsel"  if mipsel || !DEVEL
+       default "mipsel"  if mipsel
        default "powerpc" if powerpc
        default "sh3"     if sh3
        default "sh3eb"   if sh3eb
        default "sh4"     if sh4
        default "sh4eb"   if sh4eb
        default "sparc"   if sparc
+       default "mipsel"  if !DEVEL