From f2922d9765616652017a0346543656739d81bf0c Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sat, 24 Nov 2018 10:04:02 +0100 Subject: [PATCH] package/dtc: renumber patches correctly When c7ffd8a75d55e24d793106eabbb80964ab91081f ("package/dtc: fix include guards for older kernel/u-boot") introduced a new patch to the dtc package, it used the 0001 number, which was already used by another patch. Let's fix that. Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- ...0002-Fix-include-guards-for-older-kernel-u-boot-sources.patch} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename package/dtc/{0001-Fix-include-guards-for-older-kernel-u-boot-sources.patch => 0002-Fix-include-guards-for-older-kernel-u-boot-sources.patch} (100%) diff --git a/package/dtc/0001-Fix-include-guards-for-older-kernel-u-boot-sources.patch b/package/dtc/0002-Fix-include-guards-for-older-kernel-u-boot-sources.patch similarity index 100% rename from package/dtc/0001-Fix-include-guards-for-older-kernel-u-boot-sources.patch rename to package/dtc/0002-Fix-include-guards-for-older-kernel-u-boot-sources.patch