Bring the three path-related options together
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 10 Apr 2010 20:55:38 +0000 (22:55 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 11 Apr 2010 19:08:47 +0000 (21:08 +0200)
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Config.in

index 9a33b894fd1d6edc594f8ef5f2e2ac448b9f544b..1d08de7fea8c1b9f9fe768741184bfb1316475da 100644 (file)
--- a/Config.in
+++ b/Config.in
@@ -88,8 +88,6 @@ config BR2_COPYTO
          Setting this variable will (eventually) override 
          any other copyto configurations in buildroot.
 
-source "target/device/Config.in.mirrors"
-
 config BR2_STAGING_DIR
        string "Toolchain and header file location?"
        default "$(BASE_DIR)/staging"
@@ -103,6 +101,8 @@ config BR2_STAGING_DIR
          Most people will leave this set to the default value of
          "$(BASE_DIR)/staging".
 
+source "target/device/Config.in.mirrors"
+
 config BR2_GNU_BUILD_SUFFIX
        string "GNU build hostname suffix"
        default "pc-linux-gnu"