From patchwork Wed Jun 29 11:04:31 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vicente Olivert Riera X-Patchwork-Id: 641988 X-Patchwork-Delegate: Vincent.Riera@imgtec.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3rffwZ1ZLNz9sf9 for ; Wed, 29 Jun 2016 21:05:34 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id A897E8ADB4; Wed, 29 Jun 2016 11:05:32 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uc7ispUM-BW2; Wed, 29 Jun 2016 11:05:32 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 82BF99094E; Wed, 29 Jun 2016 11:05:11 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id EA14E1CE92F for ; Wed, 29 Jun 2016 11:05:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id E6E41957C7 for ; Wed, 29 Jun 2016 11:05:04 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LMmL+l3TEdoK for ; Wed, 29 Jun 2016 11:05:04 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailapp01.imgtec.com (mailapp01.imgtec.com [195.59.15.196]) by hemlock.osuosl.org (Postfix) with ESMTP id 593A89585E for ; Wed, 29 Jun 2016 11:05:04 +0000 (UTC) Received: from HHMAIL01.hh.imgtec.org (unknown [10.100.10.19]) by Forcepoint Email with ESMTPS id E5A99905648DA for ; Wed, 29 Jun 2016 12:04:59 +0100 (IST) Received: from vriera-linux.le.imgtec.org (192.168.154.36) by HHMAIL01.hh.imgtec.org (10.100.10.21) with Microsoft SMTP Server (TLS) id 14.3.294.0; Wed, 29 Jun 2016 12:05:02 +0100 From: Vicente Olivert Riera To: Date: Wed, 29 Jun 2016 12:04:31 +0100 Message-ID: <1467198275-46657-5-git-send-email-Vincent.Riera@imgtec.com> X-Mailer: git-send-email 2.7.3 In-Reply-To: <1467198275-46657-1-git-send-email-Vincent.Riera@imgtec.com> References: <1467198275-46657-1-git-send-email-Vincent.Riera@imgtec.com> MIME-Version: 1.0 X-Originating-IP: [192.168.154.36] Subject: [Buildroot] [PATCH 4/8] qemu_mips64el_malta_defconfig: move to qemu_mipsel_64_malta_defconfig X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Vicente Olivert Riera --- board/qemu/{mips64el-malta => mipsel-64-malta}/linux-4.6.config | 0 board/qemu/{mips64el-malta => mipsel-64-malta}/readme.txt | 0 .../{qemu_mips64el_malta_defconfig => qemu_mipsel_64_malta_defconfig} | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename board/qemu/{mips64el-malta => mipsel-64-malta}/linux-4.6.config (100%) rename board/qemu/{mips64el-malta => mipsel-64-malta}/readme.txt (100%) rename configs/{qemu_mips64el_malta_defconfig => qemu_mipsel_64_malta_defconfig} (86%) diff --git a/board/qemu/mips64el-malta/linux-4.6.config b/board/qemu/mipsel-64-malta/linux-4.6.config similarity index 100% rename from board/qemu/mips64el-malta/linux-4.6.config rename to board/qemu/mipsel-64-malta/linux-4.6.config diff --git a/board/qemu/mips64el-malta/readme.txt b/board/qemu/mipsel-64-malta/readme.txt similarity index 100% rename from board/qemu/mips64el-malta/readme.txt rename to board/qemu/mipsel-64-malta/readme.txt diff --git a/configs/qemu_mips64el_malta_defconfig b/configs/qemu_mipsel_64_malta_defconfig similarity index 86% rename from configs/qemu_mips64el_malta_defconfig rename to configs/qemu_mipsel_64_malta_defconfig index a4b638a..bc7d29f 100644 --- a/configs/qemu_mips64el_malta_defconfig +++ b/configs/qemu_mipsel_64_malta_defconfig @@ -17,7 +17,7 @@ BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.6.1" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y -BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/mips64el-malta/linux-4.6.config" +BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/mipsel-64-malta/linux-4.6.config" BR2_LINUX_KERNEL_VMLINUX=y # Serial port config