core172: add missing armv6 rootfile link for python3

Message ID 20221127165318.3213689-1-arne_f@ipfire.org
State Accepted
Commit 2e498d7403713fc8b40db4ca553f73b0e91f0b18
Headers
Series core172: add missing armv6 rootfile link for python3 |

Commit Message

Arne Fitzenreiter Nov. 27, 2022, 4:53 p.m. UTC
  this fix build of core172 for armv6.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
---
 config/rootfiles/core/172/filelists/armv6l/python3 | 1 +
 1 file changed, 1 insertion(+)
 create mode 120000 config/rootfiles/core/172/filelists/armv6l/python3
  

Comments

Peter Müller Nov. 28, 2022, 12:21 p.m. UTC | #1
Hello Arne,

many thanks for this - I completely overlooked that the error occurs
while assembling the Core Update, not the ISO or flash images. How
embarrassing... :-/

Reviewed-by: Peter Müller <peter.mueller@ipfire.org>

All the best,
Peter Müller


> this fix build of core172 for armv6.
> 
> Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
> ---
>   config/rootfiles/core/172/filelists/armv6l/python3 | 1 +
>   1 file changed, 1 insertion(+)
>   create mode 120000 config/rootfiles/core/172/filelists/armv6l/python3
> 
> diff --git a/config/rootfiles/core/172/filelists/armv6l/python3 b/config/rootfiles/core/172/filelists/armv6l/python3
> new file mode 120000
> index 000000000..605f80687
> --- /dev/null
> +++ b/config/rootfiles/core/172/filelists/armv6l/python3
> @@ -0,0 +1 @@
> +../../../../common/armv6l/python3
> \ No newline at end of file
  

Patch

diff --git a/config/rootfiles/core/172/filelists/armv6l/python3 b/config/rootfiles/core/172/filelists/armv6l/python3
new file mode 120000
index 000000000..605f80687
--- /dev/null
+++ b/config/rootfiles/core/172/filelists/armv6l/python3
@@ -0,0 +1 @@ 
+../../../../common/armv6l/python3
\ No newline at end of file