X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=Config.in;h=308df372c2c46855a4f0e0e7292615fe4c0d942f;hb=8a2fa88fba2b9ef96c058d098d1ec2e7f8a3a41c;hp=576e4826da14dfb75660cae89f4dcd69d5a85c0b;hpb=362585143d362b5ffe9a140abd210cdea62d012c;p=openwrt-10.03%2F.git diff --git a/Config.in b/Config.in index 576e4826d..308df372c 100644 --- a/Config.in +++ b/Config.in @@ -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" @@ -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"