index : devops | |
Archlinux32 devs' convenience-scripts | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2020-06-19 11:10:40 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-06-19 11:10:40 +0200 |
commit | 6a2d24ea3bf41978726df64791aa7a6306b953e7 (patch) | |
tree | 9821deffe81d7830e353ef7fdaf701ed3e3d350a /update-archlinux32-package | |
parent | 2eb74261245585dc745e405a48b39d365f21f49d (diff) |
-rwxr-xr-x | update-archlinux32-package | 3 |
diff --git a/update-archlinux32-package b/update-archlinux32-package index 16cd835..f2bb6fe 100755 --- a/update-archlinux32-package +++ b/update-archlinux32-package @@ -12,6 +12,7 @@ # freebasic # linux # linux-lts +# linux-olpc-xo1 (no upstream) # linux-pae (no upstream) # linux-zen # python-pip-bootstrap @@ -114,7 +115,7 @@ case "${pkgname}" in # a kernel which exists upstream -> different config and checksums update_path='kernel with upstream' ;; - 'linux-pae') + 'linux-olpc-xo1'|'linux-pae') # a kernel which does not exist upstream -> complete package sources # in our repository update_path='kernel without upstream' |