summaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-11-13 16:25:56 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2010-11-13 16:27:07 +0100
commit7260adf605e51e5068d2ae6bd87a958863558c81 (patch)
treefa93cd7bcb49605158e7757bcd893e29b4db4c71 /recipes
parentbe415190f4ffd67421aa4b8c882c0d53f034ce39 (diff)
downloadopenembedded-7260adf605e51e5068d2ae6bd87a958863558c81.tar.gz
linux-openmoko-2.6.29: use defconfig instead of defconfig-oe after last linux-openmoko.inc change
Diffstat (limited to 'recipes')
-rw-r--r--recipes/linux/linux-openmoko-2.6.29_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/linux/linux-openmoko-2.6.29_git.bb b/recipes/linux/linux-openmoko-2.6.29_git.bb
index 82b838ff69..8b603ecbac 100644
--- a/recipes/linux/linux-openmoko-2.6.29_git.bb
+++ b/recipes/linux/linux-openmoko-2.6.29_git.bb
@@ -21,5 +21,5 @@ CONFIG_NAME_om-gta01 = "gta01_moredrivers_defconfig"
CONFIG_NAME_om-gta02 = "gta02_packaging_defconfig"
do_configure_prepend() {
- install -m 644 ./arch/arm/configs/${CONFIG_NAME} ${WORKDIR}/defconfig-oe
+ install -m 644 ./arch/arm/configs/${CONFIG_NAME} ${WORKDIR}/defconfig
}