This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
lsts_glued/rules/linux/rpi.bash

21 lines
269 B
Bash

. "$cfg_dir_rules/$pkg/default.bash"
version=\
(
'5.4'
)
url=\
(
"http://archive.ubuntu.com/ubuntu/pool/universe/l/linux-raspi2/linux-raspi2_$version.0.orig.tar.gz"
)
md5=\
(
'0707e4b2cbaf1428055d6615be04559e'
)
build_dir="linux-$version"
find_patches