Merge ~xnox/+git/kteam-tools:riscv64-config-summary into ~canonical-kernel/+git/kteam-tools:master

Proposed by Dimitri John Ledkov
Status: Merged
Approved by: Andy Whitcroft
Approved revision: fad691ffb3f5990afc1574c4a66ee8a20edd74d6
Merged at revision: a23069127995479f9caf73c8cdbf565f2d9976e5
Proposed branch: ~xnox/+git/kteam-tools:riscv64-config-summary
Merge into: ~canonical-kernel/+git/kteam-tools:master
Diff against target: 11 lines (+1/-0)
1 file modified
devel/lib-config/devel-config-apply (+1/-0)
Reviewer Review Type Date Requested Status
Andy Whitcroft Approve
Review via email: mp+403198@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Andy Whitcroft (apw) wrote :

Looks reasonable to me. Low chance of regression based on context.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/devel/lib-config/devel-config-apply b/devel/lib-config/devel-config-apply
index a9931b8..c4d07b1 100755
--- a/devel/lib-config/devel-config-apply
+++ b/devel/lib-config/devel-config-apply
@@ -21,6 +21,7 @@ i386|amd64) karch='x86' ;;
21armel|armhf|arm64) karch='arm' ;;21armel|armhf|arm64) karch='arm' ;;
22powerpc|ppc64el) karch='powerpc' ;;22powerpc|ppc64el) karch='powerpc' ;;
23s390x) karch='s390' ;;23s390x) karch='s390' ;;
24riscv64) karch='riscv' ;;
24*) echo "$arch: architecture unknown" 1>&2; exit 1 ;;25*) echo "$arch: architecture unknown" 1>&2; exit 1 ;;
25esac26esac
2627

Subscribers

People subscribed via source and target branches