diff options
author | Alexey Neyman <stilor@att.net> | 2022-02-02 14:26:22 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2022-02-11 00:47:51 -0800 |
commit | b4191b23a8411e508796fe6c110fdc3b05d94e69 (patch) | |
tree | 824f78d641c59c480f60f1cb095782838c01808b /packages | |
parent | 858f939436b7c0c71dd4556485ce411ffe6f25d0 (diff) | |
download | crosstool-ng-b4191b23a8411e508796fe6c110fdc3b05d94e69.tar.gz crosstool-ng-b4191b23a8411e508796fe6c110fdc3b05d94e69.tar.bz2 crosstool-ng-b4191b23a8411e508796fe6c110fdc3b05d94e69.zip |
Update tic6x sample
Restrict kernel to 5.11 and below (support for this arch has been
dropped in 5.12); rename the sample to match its name as printed by
`ct-ng show-tuple` (otherwise, `make saveconfig` does not update the
sample's configuration).
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'packages')
-rw-r--r-- | packages/linux/package.desc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/package.desc b/packages/linux/package.desc index f5fa0804..2896725e 100644 --- a/packages/linux/package.desc +++ b/packages/linux/package.desc @@ -2,6 +2,6 @@ origin='www.kernel.org' repository='git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git' mirrors='$(CT_Mirrors kernel.org linux ${CT_LINUX_VERSION})' relevantpattern='2.*.*|. *.*|.' -milestones='3.2 3.7 4.8 5.3' +milestones='3.2 3.7 4.8 5.3 5.12' archive_formats='.tar.xz .tar.gz' signature_format='unpacked/.sign' |