X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;ds=sidebyside;f=Config.in;h=31ddbac6d736001ef987b769b02348a185529660;hb=7ee8037782c0fd1cb9ce82f12d86694dbd88d112;hp=7fd499b2e004b54c27e032f5bcd848f42b934e38;hpb=b1fea1a5d2a0e49411bf9894191b6db5d4c745bf;p=openwrt-10.03%2F.git diff --git a/Config.in b/Config.in index 7fd499b2e..31ddbac6d 100644 --- a/Config.in +++ b/Config.in @@ -2,6 +2,10 @@ mainmenu "OpenWRT Configuration" +config MODULES + bool + default y + config BR2_HAVE_DOT_CONFIG bool default y @@ -82,7 +86,7 @@ config BR2_TAR_VERBOSITY config BR2_STAGING_DIR string "Toolchain and header file location?" - default "$(BUILD_DIR)/staging_dir" + default "$(BASE_DIR)/staging_dir_$(ARCH)$(ARCH_FPU_SUFFIX)" help This is the location where the toolchain will be installed. Since the toolchain will not work if it is moved from this @@ -91,7 +95,7 @@ config BR2_STAGING_DIR the toolchain will be used. Most people will leave this set to the default value of - "$(BUILD_DIR)/staging_dir". + "$(BASE_DIR)/staging_dir_$(ARCH)$(ARCH_FPU_SUFFIX)". config BR2_JLEVEL int "Number of jobs to run simultaneously" @@ -102,8 +106,5 @@ config BR2_JLEVEL endmenu source "toolchain/Config.in" - source "package/Config.in" - source "target/Config.in" -