diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-09-26 06:13:09 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-09-26 06:13:09 +0000 |
commit | b0b368f545a5e99174a2960332171b3a1c6a7cc5 (patch) | |
tree | 4fa846ad7f576b92805f1a4b70359f07e0146c56 /target/device | |
parent | 01426334b4ef73074f32f77f9d4e0b77056dd780 (diff) | |
download | buildroot-novena-b0b368f545a5e99174a2960332171b3a1c6a7cc5.tar.gz buildroot-novena-b0b368f545a5e99174a2960332171b3a1c6a7cc5.zip |
"Project Name" needed before "root" file system can be copied.
Put first according to principle of configuration order
Merge root skeleton configuration to one place
- currently in package/busybox/Config.in
- Should maybe have it's own Config.in
gcc ABI configuration moved from toplevel to toolchain/gcc/Config.in
Diffstat (limited to 'target/device')
-rw-r--r-- | target/device/Config.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/device/Config.in b/target/device/Config.in index 3b7fead8b..94d16037f 100644 --- a/target/device/Config.in +++ b/target/device/Config.in @@ -1,7 +1,5 @@ menu "Board Support Options" -source "project/Config.in" - comment "Preset Devices" source "target/device/AMD/Config.in" |