diff options
-rwxr-xr-x | update-archlinux32-package | 3 |
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' |