diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-06-19 19:06:25 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-06-19 19:06:25 +0000 |
commit | a5ac61715b70ef628e1239e92ffd7aae859e8294 (patch) | |
tree | 15728d9cc383c794196d671ad8262fc1d364e7e8 /target/device/ARMLTD | |
parent | 9991e8c7fbd18bf12af66b7cf040d2d7de3ed6c0 (diff) |
buildroot: s/depends/depends on/
The new kconfig is more strict regarding depends/depends on, so fixup
the tree.
Diffstat (limited to 'target/device/ARMLTD')
-rw-r--r-- | target/device/ARMLTD/Config.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/device/ARMLTD/Config.in b/target/device/ARMLTD/Config.in index ffa6a2749..76c92860e 100644 --- a/target/device/ARMLTD/Config.in +++ b/target/device/ARMLTD/Config.in @@ -1,14 +1,14 @@ menuconfig BR2_TARGET_ARMLTD bool "ARM Ltd. Device Support" - depends BR2_arm + depends on BR2_arm default n comment "Arm based Device Support" - depends BR2_arm && BR2_TARGET_ARMLTD + depends on BR2_arm && BR2_TARGET_ARMLTD config BR2_TARGET_ARM_INTEGRATOR_926 bool "Integrator arm926" - depends BR2_arm && BR2_TARGET_ARMLTD + depends on BR2_arm && BR2_TARGET_ARMLTD default y select BR2_PACKAGE_LINUX select BR2_ARM_EABI |