diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-28 21:54:36 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-28 21:54:36 +0000 |
commit | bb9e6a7d9e1632b17525151673d5d68ab5765a7c (patch) | |
tree | 3297fd0b1e5ccf5d9691c4160f1cd921a8b847c2 /Config.in | |
parent | 41d2a92fee88e7cbb8f10b96289348d3a52684be (diff) |
- naming convention is Config.in resp. Config.in.foo
Adjust some accordingly
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,7 +10,7 @@ config BR2_VERSION string default "0.10.0-svn" -source "target/arch.in" +source "target/Config.in.arch" source "target/device/Config.in" menu "Build options" @@ -69,7 +69,7 @@ config BR2_DL_DIR The default is $(BASE_DIR)/dl -source "target/device/Mirrors.in" +source "target/device/Config.in.mirrors" config BR2_STAGING_DIR string "Toolchain and header file location?" |