summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer2007-08-28 23:42:44 +0200
committerBernhard Reutner-Fischer2007-08-28 23:42:44 +0200
commit98a7a4c9d237cc6117ef01f3c98d3997dd48436e (patch)
treea9239510a2f50ed168f53914307c984ff6af051b /Config.in
parentUse correct hostap source, deprecate package due to inclusion in linux kernel (diff)
downloadbuildroot-98a7a4c9d237cc6117ef01f3c98d3997dd48436e.tar.gz
buildroot-98a7a4c9d237cc6117ef01f3c98d3997dd48436e.tar.xz
buildroot-98a7a4c9d237cc6117ef01f3c98d3997dd48436e.zip
- misc cleanups (Cristian Ionescu-Idbohrn)
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in14
1 files changed, 6 insertions, 8 deletions
diff --git a/Config.in b/Config.in
index 92de8e0bf..5fe425934 100644
--- a/Config.in
+++ b/Config.in
@@ -108,7 +108,7 @@ config BR2_ARM_TYPE
default ARM922T if BR2_arm922t
default ARM926T if BR2_arm926t
default ARM10T if BR2_arm10t
- default ARM1136JF_S if BR2_arm1136jf_s
+ default ARM1136JF_S if BR2_arm1136jf_s
default ARM1176JZ_S if BR2_arm1176jz_s
default ARM1176JZF_S if BR2_arm1176jzf_s
default ARM_SA110 if BR2_sa110
@@ -396,11 +396,11 @@ config BR2_ARCH
config BR2_ENDIAN
string
default "LITTLE" if BR2_arm || BR2_cris || BR2_i386 || BR2_mipsel || \
- BR2_sh3 || BR2_sh4 || BR2_x86_64 || BR2_nios2 || \
+ BR2_sh3 || BR2_sh4 || BR2_x86_64 || BR2_nios2 || \
BR2_sh64
default "BIG" if BR2_alpha || BR2_armeb || BR2_avr32 || BR2_m68k || BR2_mips || \
- BR2_powerpc || BR2_sh2a_nofpueb || BR2_sh2eb || \
- BR2_sh3eb || BR2_sh4eb || BR2_sparc
+ BR2_powerpc || BR2_sh2a_nofpueb || BR2_sh2eb || \
+ BR2_sh3eb || BR2_sh4eb || BR2_sparc
config BR2_GCC_TARGET_TUNE
string
@@ -635,7 +635,7 @@ config BR2_DL_DIR
environment variable, then this overrides this configuration item.
source "target/device/Mirrors.in"
-
+
config BR2_STAGING_DIR
string "Toolchain and header file location?"
default "$(BUILD_DIR)/staging_dir"
@@ -665,7 +665,7 @@ config BR2_TOPDIR_SUFFIX
Add a custom string to the end of the build directories.
build_ARCH -> build_ARCH_[SUFFIX]
- toolchain_build_ARCH -> toolchain_build_ARCH_[SUFFIX]
+ toolchain_build_ARCH -> toolchain_build_ARCH_[SUFFIX]
config BR2_GNU_BUILD_SUFFIX
string "GNU build hostname suffix"
@@ -785,5 +785,3 @@ source "toolchain/Config.in"
source "package/Config.in"
source "target/Config.in"
-
-