mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
fix url for LVM2
This commit is contained in:
parent
4895e4704f
commit
12185e0a28
@ -3,7 +3,7 @@ modules-$(CONFIG_LVM2) += lvm2
|
||||
lvm2_version := 2.02.168
|
||||
lvm2_dir := LVM2.$(lvm2_version)
|
||||
lvm2_tar := LVM2.$(lvm2_version).tgz
|
||||
lvm2_url := http://mirrors.kernel.org/sourceware/lvm2/$(lvm2_tar)
|
||||
lvm2_url := https://mirrors.kernel.org/sourceware/lvm2/$(lvm2_tar)
|
||||
lvm2_hash := 23a3d1cddd41b3ef51812ebf83e9fa491f502fe74130d4263be327a91914660d
|
||||
|
||||
# cross compiling test assumes malloc/realloc aren't glibc compat
|
||||
|
Loading…
Reference in New Issue
Block a user