diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-10-11 22:13:00 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-10-11 22:13:00 +0200 |
commit | b7a289ba66b8dfda85a1b8b82aae6176196673ef (patch) | |
tree | a78a11e138c495afad8d4d29e043dee429c7e64b /data/live-build-config/hooks/live | |
parent | 46f9b2ab60e4faf106182ad3dffed0edaa95ca77 (diff) | |
download | vyos-build-b7a289ba66b8dfda85a1b8b82aae6176196673ef.tar.gz vyos-build-b7a289ba66b8dfda85a1b8b82aae6176196673ef.zip |
T1726: update Linux Firmware to a more recent version (2019-10-07)
Diffstat (limited to 'data/live-build-config/hooks/live')
-rwxr-xr-x | data/live-build-config/hooks/live/40-linux-firmware.chroot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/live-build-config/hooks/live/40-linux-firmware.chroot b/data/live-build-config/hooks/live/40-linux-firmware.chroot index cd944faf..a7f431da 100755 --- a/data/live-build-config/hooks/live/40-linux-firmware.chroot +++ b/data/live-build-config/hooks/live/40-linux-firmware.chroot @@ -2,7 +2,7 @@ # To get the possibility of reproducible builds we pin to a specific commit # of the linux-firmware repository -COMMIT="7bc246451318b3536d9bfd3c4e46d541a9831b33" +COMMIT="aa95e90b2c638f1ca6647d12b2d1b18284428f9c" echo I: Retrieving Linux Firmware - commit ${COMMIT} |