bzip2 the i4l patch, because cvs corrupts it ($Id: $ stuff)
[openwrt.git] / Config.in
index 7d0631363f02e650d8401912a59d43ae7cd1c2b8..31ddbac6d736001ef987b769b02348a185529660 100644 (file)
--- a/Config.in
+++ b/Config.in
@@ -1,6 +1,10 @@
 #
 
 #
 
-mainmenu "Buildroot2 Configuration"
+mainmenu "OpenWRT Configuration"
+
+config MODULES
+       bool
+       default y
 
 config BR2_HAVE_DOT_CONFIG
        bool
 
 config BR2_HAVE_DOT_CONFIG
        bool
@@ -8,7 +12,7 @@ config BR2_HAVE_DOT_CONFIG
 
 choice
        prompt "Target Architecture"
 
 choice
        prompt "Target Architecture"
-       default BR2_mips
+       default BR2_mipsel
        help
          Stuff
 
        help
          Stuff
 
@@ -82,7 +86,7 @@ config BR2_TAR_VERBOSITY
 
 config BR2_STAGING_DIR
        string "Toolchain and header file location?"
 
 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
        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
            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"
 
 config BR2_JLEVEL
        int "Number of jobs to run simultaneously"
@@ -102,8 +106,5 @@ config BR2_JLEVEL
 endmenu
 
 source "toolchain/Config.in"
 endmenu
 
 source "toolchain/Config.in"
-
 source "package/Config.in"
 source "package/Config.in"
-
 source "target/Config.in"
 source "target/Config.in"
-