[Buildroot] svn commit: trunk/buildroot/target/device/Atmel: at91bootstrap

ulf at uclibc.org ulf at uclibc.org
Mon May 5 18:37:27 PDT 2008


Author: ulf
Date: 2008-05-05 18:37:26 -0700 (Mon, 05 May 2008)
New Revision: 21935

Log:
Fix dependencies in Configs

Modified:
   trunk/buildroot/target/device/Atmel/AT91_Config.in
   trunk/buildroot/target/device/Atmel/at91bootstrap/Config.in


Changeset:
Modified: trunk/buildroot/target/device/Atmel/AT91_Config.in
===================================================================
--- trunk/buildroot/target/device/Atmel/AT91_Config.in	2008-05-05 17:17:00 UTC (rev 21934)
+++ trunk/buildroot/target/device/Atmel/AT91_Config.in	2008-05-06 01:37:26 UTC (rev 21935)
@@ -12,6 +12,7 @@
 
 config	BR2_TARGET_ATMEL_ALL
 	bool "Allow all ARM targets"
+	depends BR2_arm
 	default y
 
 config	BR2_TARGET_ATMEL_NET

Modified: trunk/buildroot/target/device/Atmel/at91bootstrap/Config.in
===================================================================
--- trunk/buildroot/target/device/Atmel/at91bootstrap/Config.in	2008-05-05 17:17:00 UTC (rev 21934)
+++ trunk/buildroot/target/device/Atmel/at91bootstrap/Config.in	2008-05-06 01:37:26 UTC (rev 21935)
@@ -80,4 +80,5 @@
 	depends on BR2_TARGET_AT91BOOTSTRAP
 
 comment "It will be copied to $(BR2_AT91BOOTSTRAP_JUMP_ADDR)"
+	depends on BR2_TARGET_AT91BOOTSTRAP
 



More information about the buildroot mailing list