Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
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
parent9a3d006a1f21b934b9735a031c55ed46956877f9 (diff)
learn linux-galileo-gen2
-rwxr-xr-xupdate-archlinux32-package5
-rwxr-xr-xwatch-versions3
2 files changed, 5 insertions, 3 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'
diff --git a/watch-versions b/watch-versions
index 99eff3d..6c01f81 100755
--- a/watch-versions
+++ b/watch-versions
@@ -97,7 +97,8 @@ case "${pkgbase}" in
*)
# It might be a (slightly modified) copy of an upstream package:
# Then we simply take the upstream pkgver.
- if [ "${pkgbase}" = 'linux-olpc-xo1' ]; then
+ if [ "${pkgbase}" = 'linux-olpc-xo1' ] \
+ || [ "${pkgbase}" = 'linux-galileo-gen2' ]; then
_pkgbase='linux'
else
_pkgbase="${pkgbase}"