Skip to content

Commit

Permalink
Merge pull request #2545 from mariux64/update-linux-headers
Browse files Browse the repository at this point in the history
Update linux headers
  • Loading branch information
donald authored Dec 1, 2021
2 parents 1c21309 + 9978552 commit 0333f60
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions linux-headers.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION linux-headers-4.14.87-0
# BEE_VERSION linux-headers-5.15.5-0

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)
Expand All @@ -9,7 +9,11 @@
## The source URL(s) define the location of the sources that will be
## downloaded. Version variables may be used to simplify reuse of this bee-file.

SRCURL[0]="https://www.kernel.org/pub/linux/kernel/v4.x/linux-${PKGVERSION}.tar.xz"
if [ -z "${PKGEXTRAVERSION_DASH}" ]; then
SRCURL[0]="https://cdn.kernel.org/pub/linux/kernel/v${PKGVERSION[1]}.x/linux-${PKGVERSION}.tar.xz"
else
SRCURL[0]="https://git.kernel.org/torvalds/t/linux-${PKGVERSION}${PKGEXTRAVERSION_DASH}.tar.gz"
fi

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
Expand Down

0 comments on commit 0333f60

Please sign in to comment.