From 228203f4e38c94db9e9ee0e4e05c2d5af7293412 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Thu, 29 May 2025 08:04:15 +0200 Subject: [PATCH] uml: move config and patches to target dir MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Commit f025af128002 ("uml: restore 6.6 config+patches") accidentally restored uml config and patches on the root directory instead of the proper directory. Fixes: f025af128002 ("uml: restore 6.6 config+patches") Signed-off-by: Álvaro Fernández Rojas --- config-6.6 => target/linux/uml/config-6.6 | 0 .../linux/uml/patches-6.6}/101-mconsole-exec.patch | 0 .../linux/uml/patches-6.6}/102-pseudo-random-mac.patch | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename config-6.6 => target/linux/uml/config-6.6 (100%) rename {patches-6.6 => target/linux/uml/patches-6.6}/101-mconsole-exec.patch (100%) rename {patches-6.6 => target/linux/uml/patches-6.6}/102-pseudo-random-mac.patch (100%) diff --git a/config-6.6 b/target/linux/uml/config-6.6 similarity index 100% rename from config-6.6 rename to target/linux/uml/config-6.6 diff --git a/patches-6.6/101-mconsole-exec.patch b/target/linux/uml/patches-6.6/101-mconsole-exec.patch similarity index 100% rename from patches-6.6/101-mconsole-exec.patch rename to target/linux/uml/patches-6.6/101-mconsole-exec.patch diff --git a/patches-6.6/102-pseudo-random-mac.patch b/target/linux/uml/patches-6.6/102-pseudo-random-mac.patch similarity index 100% rename from patches-6.6/102-pseudo-random-mac.patch rename to target/linux/uml/patches-6.6/102-pseudo-random-mac.patch