summaryrefslogtreecommitdiff
path: root/update-archlinux32-package
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2022-09-19 21:40:01 +0200
committerErich Eckner <git@eckner.net>2022-09-19 21:40:36 +0200
commit0694207e50c3702184b5baceed1b6ab309782beb (patch)
tree2a850d34550b1eb3e42f29527f21e92ddfe7fc91 /update-archlinux32-package
parent9a3d006a1f21b934b9735a031c55ed46956877f9 (diff)
downloaddevops-0694207e50c3702184b5baceed1b6ab309782beb.tar.xz
learn linux-galileo-gen2
Diffstat (limited to 'update-archlinux32-package')
-rwxr-xr-xupdate-archlinux32-package5
1 files changed, 3 insertions, 2 deletions
diff --git a/update-archlinux32-package b/update-archlinux32-package
index bcb2768..8c321fe 100755
--- a/update-archlinux32-package
+++ b/update-archlinux32-package
@@ -13,6 +13,7 @@
# flashplugin
# freebasic
# linux
+# linux-galileo-gen2
# linux-lts
# linux-olpc-xo1 (no upstream)
# linux-pae (no upstream)
@@ -113,7 +114,7 @@ case "${pkgname}" in
# a kernel which exists upstream -> different config and checksums
update_path='kernel with upstream'
;;
- 'linux-olpc-xo1'|'linux-pae')
+ 'linux-galileo-gen2'|'linux-olpc-xo1'|'linux-pae')
# a kernel which does not exist upstream -> complete package sources
# in our repository
update_path='kernel without upstream'
@@ -294,7 +295,7 @@ case ${update_path} in
update_checksum
case "${pkgname}" in
- 'linux-olpc-xo1'|'linux-pae')
+ 'linux-galileo-gen2'|'linux-olpc-xo1'|'linux-pae')
config_name=$(
ls "${git_repo_path}/${repo}/${pkgname}" \
| grep '^config'