[oe-commits] Ulf Samuelsson : Change erronous use of LINUX26_CONFIG to LINUX26_DEFCONFIG

git version control git at git.openembedded.org
Wed Aug 12 13:45:13 UTC 2009


Module: openembedded.git
Branch: ulf/linux-2.6.30.2
Commit: 9ba96853e25ba1a461171a37727ba9b6b7d716ac
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9ba96853e25ba1a461171a37727ba9b6b7d716ac

Author: Ulf Samuelsson <ulf.samuelsson at atmel.com>
Date:   Wed Aug 12 15:41:59 2009 +0200

Change erronous use of LINUX26_CONFIG to LINUX26_DEFCONFIG

---

 conf/machine/at572d940hfek.conf |    2 +-
 conf/machine/at91sam9260ek.conf |    2 +-
 conf/machine/at91sam9261ek.conf |    2 +-
 conf/machine/at91sam9263ek.conf |    2 +-
 conf/machine/at91sam9m10ek.conf |    2 +-
 conf/machine/at91sam9rlek.conf  |    2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/conf/machine/at572d940hfek.conf b/conf/machine/at572d940hfek.conf
index 2f79813..5838dfa 100644
--- a/conf/machine/at572d940hfek.conf
+++ b/conf/machine/at572d940hfek.conf
@@ -6,7 +6,7 @@
 include conf/machine/include/AT91.inc
 
 # Has no linux config file in OpenEmbedded
-LINUX26_CONFIG = "at572d940hf_defconfig"
+LINUX26_DEFCONFIG = "at572d940hf_defconfig"
 UBOOT_MACHINE = "at572d940hfek_config"
 AT91BOOTSTRAP_BOARD = "at572d940hfek"
 
diff --git a/conf/machine/at91sam9260ek.conf b/conf/machine/at91sam9260ek.conf
index 0755c1a..6cf9cc9 100644
--- a/conf/machine/at91sam9260ek.conf
+++ b/conf/machine/at91sam9260ek.conf
@@ -6,7 +6,7 @@
 include conf/machine/include/AT91.inc
 
 # Has no linux config file in OpenEmbedded
-LINUX26_CONFIG = "at91sam9260ek_defconfig"
+LINUX26_DEFCONFIG = "at91sam9260ek_defconfig"
 UBOOT_MACHINE = "at91sam9260ek_config"
 AT91BOOTSTRAP_BOARD = "at91sam9260ek"
 
diff --git a/conf/machine/at91sam9261ek.conf b/conf/machine/at91sam9261ek.conf
index 5879f86..fd7ef87 100644
--- a/conf/machine/at91sam9261ek.conf
+++ b/conf/machine/at91sam9261ek.conf
@@ -6,7 +6,7 @@
 include conf/machine/include/AT91-LCD.inc
 
 # Has no linux config file in OpenEmbedded
-LINUX26_CONFIG = "at91sam9261ek_defconfig"
+LINUX26_DEFCONFIG = "at91sam9261ek_defconfig"
 UBOOT_MACHINE = "at91sam9261ek_config"
 AT91BOOTSTRAP_BOARD = "at91sam9261ek"
 
diff --git a/conf/machine/at91sam9263ek.conf b/conf/machine/at91sam9263ek.conf
index 04d3c38..87bf1e3 100644
--- a/conf/machine/at91sam9263ek.conf
+++ b/conf/machine/at91sam9263ek.conf
@@ -6,7 +6,7 @@
 include conf/machine/include/AT91-LCD.inc
 
 # Has no linux config file in OpenEmbedded
-LINUX26_CONFIG = "at91sam9263ek_defconfig"
+LINUX26_DEFCONFIG = "at91sam9263ek_defconfig"
 UBOOT_MACHINE = "at91sam9263ek_config"
 AT91BOOTSTRAP_BOARD = "at91sam9263ek"
 
diff --git a/conf/machine/at91sam9m10ek.conf b/conf/machine/at91sam9m10ek.conf
index 717aa38..a2a2b00 100644
--- a/conf/machine/at91sam9m10ek.conf
+++ b/conf/machine/at91sam9m10ek.conf
@@ -6,7 +6,7 @@
 include conf/machine/include/AT91-LCD.inc
 
 # Has no linux config file in OpenEmbedded
-LINUX26_CONFIG = "at91sam9m10g45ek_defconfig"
+LINUX26_DEFCONFIG = "at91sam9m10g45ek_defconfig"
 UBOOT_MACHINE = "at91sam9m10g45ek_config"
 AT91BOOTSTRAP_BOARD = "at91sam9m10g45ek"
 
diff --git a/conf/machine/at91sam9rlek.conf b/conf/machine/at91sam9rlek.conf
index db198f4..3c1cb87 100644
--- a/conf/machine/at91sam9rlek.conf
+++ b/conf/machine/at91sam9rlek.conf
@@ -6,7 +6,7 @@
 include conf/machine/include/AT91-LCD.inc
 
 # Has no linux config file in OpenEmbedded
-LINUX26_CONFIG = "at91sam9rlek_defconfig"
+LINUX26_DEFCONFIG = "at91sam9rlek_defconfig"
 UBOOT_MACHINE = "at91sam9rlek_config"
 AT91BOOTSTRAP_BOARD = "at91sam9rlek"
 





More information about the Openembedded-commits mailing list