[openwrt/openwrt] uml: move config and patches to target dir

LEDE Commits lede-commits at lists.infradead.org
Wed May 28 23:05:36 PDT 2025


noltari pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/228203f4e38c94db9e9ee0e4e05c2d5af7293412

commit 228203f4e38c94db9e9ee0e4e05c2d5af7293412
Author: Álvaro Fernández Rojas <noltari at gmail.com>
AuthorDate: Thu May 29 08:04:15 2025 +0200

    uml: move config and patches to target dir
    
    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 <noltari at gmail.com>
---
 config-6.6 => target/linux/uml/config-6.6                                 | 0
 {patches-6.6 => target/linux/uml/patches-6.6}/101-mconsole-exec.patch     | 0
 {patches-6.6 => target/linux/uml/patches-6.6}/102-pseudo-random-mac.patch | 0
 3 files changed, 0 insertions(+), 0 deletions(-)

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




More information about the lede-commits mailing list