summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer2007-09-26 23:12:38 +0200
committerBernhard Reutner-Fischer2007-09-26 23:12:38 +0200
commit4b0d5a80f8b38bf9a264584ffc90b901f82c8cbb (patch)
tree56762054e7ac277378262dd98c4ff8c9c55a7d1e /Config.in
parent- sjhill? (diff)
downloadbuildroot-4b0d5a80f8b38bf9a264584ffc90b901f82c8cbb.tar.gz
buildroot-4b0d5a80f8b38bf9a264584ffc90b901f82c8cbb.tar.xz
buildroot-4b0d5a80f8b38bf9a264584ffc90b901f82c8cbb.zip
- revert some bad checkins, fixup bad settings in atmel targets and move the gcc target abi back to a place where the other arch-specific settings live
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/Config.in b/Config.in
index dc589ff1e..7bc405cc7 100644
--- a/Config.in
+++ b/Config.in
@@ -10,9 +10,8 @@ config BR2_VERSION
string
default "0.10.0-svn"
-source "project/Config.in"
-
source "target/arch.in"
+source "target/device/Config.in"
menu "Build options"
@@ -68,6 +67,8 @@ config BR2_DL_DIR
If the Linux shell environment has defined the BUILDROOT_DL_DIR
environment variable, then this overrides this configuration item.
+ The default is $(BASE_DIR)/dl
+
source "target/device/Mirrors.in"
config BR2_STAGING_DIR