From patchwork Sat Jan 24 04:55:37 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nathan Hintz X-Patchwork-Id: 432372 X-Patchwork-Delegate: luka@openwrt.org Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from arrakis.dune.hu (arrakis.dune.hu [78.24.191.176]) (using TLSv1.1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id AD9481402A6 for ; Sat, 24 Jan 2015 15:56:01 +1100 (AEDT) Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 67D6528BE59; Sat, 24 Jan 2015 05:53:33 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on arrakis.dune.hu X-Spam-Level: X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00,FREEMAIL_FROM, T_RP_MATCHES_RCVD autolearn=unavailable version=3.3.2 Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id AA9F628BE30 for ; Sat, 24 Jan 2015 05:53:23 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 CL_IP_EQ_HELO_IP=-2 (check from: .hotmail. - helo: .blu004-omc2s35.hotmail. - helo-domain: .hotmail.) FROM/MX_MATCHES_HELO(DOMAIN)=-2; rate: -8.5 Received: from BLU004-OMC2S35.hotmail.com (blu004-omc2s35.hotmail.com [65.55.111.110]) by arrakis.dune.hu (Postfix) with ESMTPS for ; Sat, 24 Jan 2015 05:53:22 +0100 (CET) Received: from BLU437-SMTP76 ([65.55.111.73]) by BLU004-OMC2S35.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.22751); Fri, 23 Jan 2015 20:55:44 -0800 X-TMN: [2fjANiBw5NBPvx3itMAypPYXWePKieNS] X-Originating-Email: [nlhintz@hotmail.com] Message-ID: From: Nathan Hintz To: openwrt-devel@lists.openwrt.org Date: Fri, 23 Jan 2015 20:55:37 -0800 X-Mailer: git-send-email 1.9.3 X-OriginalArrivalTime: 24 Jan 2015 04:55:44.0066 (UTC) FILETIME=[02835A20:01D03792] MIME-Version: 1.0 Cc: Nathan Hintz Subject: [OpenWrt-Devel] [PATCH] kirkwood: modify guruplug profile name X-BeenThere: openwrt-devel@lists.openwrt.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: OpenWrt Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: openwrt-devel-bounces@lists.openwrt.org Sender: "openwrt-devel" This makes the naming pattern of the output rootfs and image files consistent with the naming of the DTB file. Signed-off-by: Nathan Hintz --- target/linux/kirkwood/image/Makefile | 4 ++-- target/linux/kirkwood/profiles/120-plug.mk | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/target/linux/kirkwood/image/Makefile b/target/linux/kirkwood/image/Makefile index ede7cb3..52fed2d 100644 --- a/target/linux/kirkwood/image/Makefile +++ b/target/linux/kirkwood/image/Makefile @@ -144,8 +144,8 @@ Image/InstallKernel/Template/SHEEVAPLUG=$(call Image/InstallKernel/Template,shee Image/BuildKernel/Template/SHEEVAPLUGSATA=$(call Image/BuildKernel/Template,sheevaplug-esata) Image/InstallKernel/Template/SHEEVAPLUGSATA=$(call Image/InstallKernel/Template,sheevaplug-esata) -Image/BuildKernel/Template/GuruplugServerPlus=$(call Image/BuildKernel/Template,guruplug-server-plus) -Image/InstallKernel/Template/GuruplugServerPlus=$(call Image/InstallKernel/Template,guruplug-server-plus) +Image/BuildKernel/Template/Guruplug-Server-Plus=$(call Image/BuildKernel/Template,guruplug-server-plus) +Image/InstallKernel/Template/Guruplug-Server-Plus=$(call Image/InstallKernel/Template,guruplug-server-plus) Image/BuildKernel/Template/Topkick1281P2=$(call Image/BuildKernel/Template,topkick) Image/InstallKernel/Template/Topkick1281P2=$(call Image/InstallKernel/Template,topkick) diff --git a/target/linux/kirkwood/profiles/120-plug.mk b/target/linux/kirkwood/profiles/120-plug.mk index cca703f..dcbda71 100644 --- a/target/linux/kirkwood/profiles/120-plug.mk +++ b/target/linux/kirkwood/profiles/120-plug.mk @@ -40,7 +40,7 @@ SHEEVAPLUGSATA_UBI_OPTS:="-m 2048 -p 128KiB -s 512" $(eval $(call Profile,SHEEVAPLUGSATA)) -define Profile/GuruplugServerPlus +define Profile/Guruplug-Server-Plus NAME:=Globalscale Technologies Guruplug Server Plus PACKAGES:= \ kmod-mmc kmod-mvsdio kmod-usb2 kmod-usb-storage \ @@ -50,14 +50,14 @@ define Profile/GuruplugServerPlus uboot-envtools endef -define Profile/GuruplugServerPlus/Description +define Profile/Guruplug-Server-Plus/Description Package set compatible with Globalscale Technologies Guruplug Server Plus board. endef -GuruplugServerPlus_UBIFS_OPTS:="-m 2048 -e 126KiB -c 4096" -GuruplugServerPlus_UBI_OPTS:="-m 2048 -p 128KiB -s 512" +Guruplug-Server-Plus_UBIFS_OPTS:="-m 2048 -e 126KiB -c 4096" +Guruplug-Server-Plus_UBI_OPTS:="-m 2048 -p 128KiB -s 512" -$(eval $(call Profile,GuruplugServerPlus)) +$(eval $(call Profile,Guruplug-Server-Plus)) define Profile/Topkick1281P2 NAME:=Univeral Scientific Industrial Co. Topkick-1281P2