mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-21 22:07:52 +00:00
Merge pull request #1144 from tlaurion/fix_busybox_zlib_current_build
Fix current builds (zlib 1.2.11 cannot be downloaded, busybox patch not applied)
This commit is contained in:
commit
303dc26c91
@ -4,7 +4,7 @@ modules-$(CONFIG_ZLIB) += zlib
|
||||
zlib_version := 1.2.11
|
||||
zlib_dir := zlib-$(zlib_version)
|
||||
zlib_tar := zlib-$(zlib_version).tar.gz
|
||||
zlib_url := https://www.zlib.net/$(zlib_tar)
|
||||
zlib_url := https://zlib.net/fossils/$(zlib_tar)
|
||||
zlib_hash := c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1
|
||||
|
||||
zlib_configure := \
|
||||
|
Loading…
Reference in New Issue
Block a user