index : devops | |
Archlinux32 devs' convenience-scripts | gitolite user |
summaryrefslogtreecommitdiff |
-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' |