Skip to content

Commit

Permalink
Merge pull request #1706 from mariux64/update-linux-firmware
Browse files Browse the repository at this point in the history
Update linux-firmware to include latest bnx2x firmware
  • Loading branch information
donald authored Feb 17, 2020
2 parents 607ab19 + e10d06f commit cd16987
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions linux-firmware.be0
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#!/usr/bin/env beesh

# BEE_VERSION linux-firmware-0_t1535226230_fea76a0-0
# BEE_VERSION linux-firmware-20200122_p14_6f89735-0

# ***** created by *****
#
# bee download git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
# bee download https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
# bee init /src/mariux/beeroot/downloads/linux-firmware-0_t1449454640_bbe4917.tar.bz2
# fixup mee_install in the created bee file (select the images we want)
# fix up mee_install in the created bee file (select the images we want)

## 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 @@ -15,7 +15,7 @@
## 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]="/src/mariux/beeroot/downloads/linux-firmware-0_${PKGEXTRAVERSION}.tar.bz2"
SRCURL[0]="/src/mariux/beeroot/downloads/linux-firmware-${PKGFULLVERSION}.tar.bz2"

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

0 comments on commit cd16987

Please sign in to comment.