fix missing sbh symbol on 2.4
[openwrt.git] / openwrt / Config.in
index 576e482..c93b1f1 100644 (file)
@@ -10,10 +10,12 @@ config BR2_HAVE_DOT_CONFIG
        bool
        default y
 
+config BR2_mipsel
+       bool
+       default y
+
 choice
-       default BR2_mipsel
-       help
-         Stuff
+       prompt "Target Architecture" if CONFIG_DEVEL
 
 config BR2_arm
        bool "arm"
@@ -30,8 +32,8 @@ config BR2_i386
 config BR2_m68k
        bool "m68k"
 
-config BR2_mips
-       bool "mips"
+config BR2_mipseb
+       bool "mipseb"
 
 config BR2_mipsel
        bool "mipsel"
@@ -63,7 +65,7 @@ config BR2_ARCH
        default "cris"    if BR2_cris
        default "i386"    if BR2_i386
        default "m68k"    if BR2_m68k
-       default "mips"    if BR2_mips
+       default "mipseb"  if BR2_mipseb
        default "mipsel"  if BR2_mipsel || !CONFIG_DEVEL
        default "powerpc" if BR2_powerpc
        default "sh3"     if BR2_sh3
@@ -81,10 +83,6 @@ config BR2_TAR_VERBOSITY
        bool 
        default n
 
-config BR2_STAGING_DIR
-       string
-       default "$(BASE_DIR)/staging_dir_$(ARCH)$(ARCH_FPU_SUFFIX)"
-
 config BR2_JLEVEL
        int
        default "1"
This page took 0.02598 seconds and 4 git commands to generate.