From: Martin Jansa Date: Sat, 13 Nov 2010 15:25:56 +0000 (+0100) Subject: linux-openmoko-2.6.29: use defconfig instead of defconfig-oe after last linux-openmok... X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7260adf605e51e5068d2ae6bd87a958863558c81;p=openembedded.git linux-openmoko-2.6.29: use defconfig instead of defconfig-oe after last linux-openmoko.inc change --- 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 }