index : devops | |
Archlinux32 devs' convenience-scripts | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2022-09-19 21:40:01 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2022-09-19 21:40:36 +0200 |
commit | 0694207e50c3702184b5baceed1b6ab309782beb (patch) | |
tree | 2a850d34550b1eb3e42f29527f21e92ddfe7fc91 /update-archlinux32-package | |
parent | 9a3d006a1f21b934b9735a031c55ed46956877f9 (diff) |
-rwxr-xr-x | update-archlinux32-package | 5 |
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' |