summaryrefslogtreecommitdiff
path: root/update-archlinux32-package
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-06-19 11:10:40 +0200
committerErich Eckner <git@eckner.net>2020-06-19 11:10:40 +0200
commit6a2d24ea3bf41978726df64791aa7a6306b953e7 (patch)
tree9821deffe81d7830e353ef7fdaf701ed3e3d350a /update-archlinux32-package
parent2eb74261245585dc745e405a48b39d365f21f49d (diff)
downloaddevops-6a2d24ea3bf41978726df64791aa7a6306b953e7.tar.xz
update-archlinux32-package: learn how to update linux-olpc-xo1
Diffstat (limited to 'update-archlinux32-package')
-rwxr-xr-xupdate-archlinux32-package3
1 files changed, 2 insertions, 1 deletions
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'