change wrong git ref and speed up compression.
This commit is contained in:
parent
c204842a5b
commit
9350a9329b
@ -48,7 +48,7 @@ endef
|
||||
# code for creating tarballs from cvs/svn/git/bzr/hg/darcs checkouts - useful for mirror support
|
||||
dl_pack/bz2=bzip2 -c > $(1)
|
||||
dl_pack/gz=gzip -nc > $(1)
|
||||
dl_pack/xz=xz -zc -7e > $(1)
|
||||
dl_pack/xz=xz -zc -T0 -7e > $(1)
|
||||
dl_pack/zst=zstd -T0 --ultra -20 -c > $(1)
|
||||
dl_pack/unknown=$(error ERROR: Unknown pack format for file $(1))
|
||||
define dl_pack
|
||||
|
@ -2,5 +2,5 @@ LINUX_VERSION-5.10 = .110
|
||||
#LINUX_KERNEL_HASH-5.10.110 = c5c3221aa1a8a8de0fdc889cdbc9091e9a970e2199cbcfaf6cd84888a76caff8
|
||||
KERNEL_GIT_CLONE_URI = https://github.com/orangepi-xunlong/linux-orangepi
|
||||
#KERNEL_GIT_REF = 815104dbe6b6b10c5aed20bbf983f36923188409
|
||||
KERNEL_GIT_REF = 1f0b65cc7772b30ecf15d75fa3beaa79a39bde22
|
||||
KERNEL_GIT_REF = 454cc1e8815664772b826605f11e11c9e3200d2d
|
||||
KERNEL_GIT_OPT = --depth 1 -b orange-pi-5.10-rk3588-openwrt-v4
|
||||
|
Loading…
x
Reference in New Issue
Block a user