From 65264b3ba6358d78d70c2cc7b9e1c883b0b4af4a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Fri, 17 Jun 2022 15:54:10 +0000 Subject: [PATCH] Core Update 169: Ship U-Boot MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- config/rootfiles/core/169/filelists/aarch64/u-boot | 1 + config/rootfiles/core/169/filelists/armv6l/u-boot | 1 + 2 files changed, 2 insertions(+) create mode 120000 config/rootfiles/core/169/filelists/aarch64/u-boot create mode 120000 config/rootfiles/core/169/filelists/armv6l/u-boot diff --git a/config/rootfiles/core/169/filelists/aarch64/u-boot b/config/rootfiles/core/169/filelists/aarch64/u-boot new file mode 120000 index 0000000000..2a16bdbfe2 --- /dev/null +++ b/config/rootfiles/core/169/filelists/aarch64/u-boot @@ -0,0 +1 @@ +../../../../common/aarch64/u-boot \ No newline at end of file diff --git a/config/rootfiles/core/169/filelists/armv6l/u-boot b/config/rootfiles/core/169/filelists/armv6l/u-boot new file mode 120000 index 0000000000..e88d95fac9 --- /dev/null +++ b/config/rootfiles/core/169/filelists/armv6l/u-boot @@ -0,0 +1 @@ +../../../../common/armv6l/u-boot \ No newline at end of file -- 2.39.5