#
-mainmenu "Buildroot2 Configuration"
+mainmenu "OpenWRT Configuration"
+
+config MODULES
+ bool
+ default y
config BR2_HAVE_DOT_CONFIG
bool
choice
prompt "Target Architecture"
- default BR2_mips
+ default BR2_mipsel
help
Stuff
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
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"
endmenu
source "toolchain/Config.in"
-
source "package/Config.in"
-
source "target/Config.in"
-