From patchwork Wed Jun 29 11:04:30 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: 641987 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 3rffwP37k2z9sf9 for ; Wed, 29 Jun 2016 21:05:25 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id F35D68F2B5; Wed, 29 Jun 2016 11:05:23 +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 wgPlVL8se8Bn; Wed, 29 Jun 2016 11:05:20 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id CCFC98FA79; Wed, 29 Jun 2016 11:05:06 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id B3BBB1CE92F for ; Wed, 29 Jun 2016 11:05:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id B0BA6C06BD for ; Wed, 29 Jun 2016 11:05:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id l9k2ZeGUhQXm for ; Wed, 29 Jun 2016 11:05:01 +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 fraxinus.osuosl.org (Postfix) with ESMTP id E2764C06DC for ; Wed, 29 Jun 2016 11:05:00 +0000 (UTC) Received: from HHMAIL01.hh.imgtec.org (unknown [10.100.10.19]) by Forcepoint Email with ESMTPS id 6984BDBFB47C3 for ; Wed, 29 Jun 2016 12:04:56 +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:04:59 +0100 From: Vicente Olivert Riera To: Date: Wed, 29 Jun 2016 12:04:30 +0100 Message-ID: <1467198275-46657-4-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 3/8] qemu_mips64_malta_defconfig: move to qemu_mips_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/{mips64-malta => mips-64-malta}/linux-4.6.config | 0 board/qemu/{mips64-malta => mips-64-malta}/readme.txt | 0 configs/{qemu_mips64_malta_defconfig => qemu_mips_64_malta_defconfig} | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename board/qemu/{mips64-malta => mips-64-malta}/linux-4.6.config (100%) rename board/qemu/{mips64-malta => mips-64-malta}/readme.txt (100%) rename configs/{qemu_mips64_malta_defconfig => qemu_mips_64_malta_defconfig} (86%) diff --git a/board/qemu/mips64-malta/linux-4.6.config b/board/qemu/mips-64-malta/linux-4.6.config similarity index 100% rename from board/qemu/mips64-malta/linux-4.6.config rename to board/qemu/mips-64-malta/linux-4.6.config diff --git a/board/qemu/mips64-malta/readme.txt b/board/qemu/mips-64-malta/readme.txt similarity index 100% rename from board/qemu/mips64-malta/readme.txt rename to board/qemu/mips-64-malta/readme.txt diff --git a/configs/qemu_mips64_malta_defconfig b/configs/qemu_mips_64_malta_defconfig similarity index 86% rename from configs/qemu_mips64_malta_defconfig rename to configs/qemu_mips_64_malta_defconfig index 6d1e207..65c9636 100644 --- a/configs/qemu_mips64_malta_defconfig +++ b/configs/qemu_mips_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/mips64-malta/linux-4.6.config" +BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/mips-64-malta/linux-4.6.config" BR2_LINUX_KERNEL_VMLINUX=y # Serial port config