From patchwork Tue Dec 9 16:04:13 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Coe X-Patchwork-Id: 419163 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 88FFF1400D2 for ; Wed, 10 Dec 2014 03:04:27 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id C984A812C8; Tue, 9 Dec 2014 16:04:26 +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 BrKLZBRer-WI; Tue, 9 Dec 2014 16:04:26 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 4BCE18796D; Tue, 9 Dec 2014 16:04:26 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id B19C71C2587 for ; Tue, 9 Dec 2014 16:04:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 6B0078796D for ; Tue, 9 Dec 2014 16:04:24 +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 K642uyLrHIfK for ; Tue, 9 Dec 2014 16:04:24 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ie0-f174.google.com (mail-ie0-f174.google.com [209.85.223.174]) by whitealder.osuosl.org (Postfix) with ESMTPS id E4D61812C8 for ; Tue, 9 Dec 2014 16:04:23 +0000 (UTC) Received: by mail-ie0-f174.google.com with SMTP id rl12so756038iec.5 for ; Tue, 09 Dec 2014 08:04:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=IENRKIZhrDfS1K56cxiE/H95gUhEK4/V//0/r7n0KVk=; b=OosWyraiMKGNwJOshD5XMUQnMK0EQx914P5Wr1yhMjxfu6tKeKor117QNhZ6uwQt+b vc32VE/vhIpQV5VqWESAhtPDAdfW0OykbkbSJbNTU16gD1OVjHD46UaVAJeB1viEmeXw UdJJuVwn22kxsgzaQq7amhUjQZx2EZD7pDrPGi+SppOtD93JMKR1OFQYdEp4FyJ5kwcI twqyjbRFYhsXcVosr6baNBUll33hFUIPqiORLenmWL0Pa4qsEZGHd4Y4K2kWXXMMzNcJ nlT5orXW7d/x7VRSucPvbdrVl+1YZxRNnl6GUu+YffhJN6hf5ArcekqaidyHG+NiWe7n BH6g== X-Received: by 10.50.43.133 with SMTP id w5mr2001753igl.12.1418141063423; Tue, 09 Dec 2014 08:04:23 -0800 (PST) Received: from itpc25.blueh2o.local (207-170-226-42.static.twtelecom.net. [207.170.226.42]) by mx.google.com with ESMTPSA id f9sm728149iod.24.2014.12.09.08.04.21 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 09 Dec 2014 08:04:22 -0800 (PST) From: Ryan Coe To: buildroot@busybox.net Date: Tue, 9 Dec 2014 08:04:13 -0800 Message-Id: <1418141053-6060-1-git-send-email-bluemrp9@gmail.com> X-Mailer: git-send-email 2.2.0 Cc: Ryan Coe Subject: [Buildroot] [PATCH 1/1] iptables: rename patches to new convention 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: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Ryan Coe --- .../{iptables-01-fix-static-link.patch => 0001-fix-static-link.patch} | 0 ...atch => 0002-iptables-ip-6-tables-save.c-remove-dlfcn.h-include.patch} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename package/iptables/{iptables-01-fix-static-link.patch => 0001-fix-static-link.patch} (100%) rename package/iptables/{iptables-02-iptables-ip-6-tables-save.c-remove-dlfcn.h-include.patch => 0002-iptables-ip-6-tables-save.c-remove-dlfcn.h-include.patch} (100%) diff --git a/package/iptables/iptables-01-fix-static-link.patch b/package/iptables/0001-fix-static-link.patch similarity index 100% rename from package/iptables/iptables-01-fix-static-link.patch rename to package/iptables/0001-fix-static-link.patch diff --git a/package/iptables/iptables-02-iptables-ip-6-tables-save.c-remove-dlfcn.h-include.patch b/package/iptables/0002-iptables-ip-6-tables-save.c-remove-dlfcn.h-include.patch similarity index 100% rename from package/iptables/iptables-02-iptables-ip-6-tables-save.c-remove-dlfcn.h-include.patch rename to package/iptables/0002-iptables-ip-6-tables-save.c-remove-dlfcn.h-include.patch