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
Raw Permalink Normal View History

2015-06-03 16:45:06 +01:00
. "$cfg_dir_rules/$pkg/default.bash"
version=\
(
2020-09-16 16:09:29 +01:00
'5.4'
2015-06-03 16:45:06 +01:00
)
url=\
(
2020-09-16 16:09:29 +01:00
"http://archive.ubuntu.com/ubuntu/pool/universe/l/linux-raspi2/linux-raspi2_$version.0.orig.tar.gz"
2015-06-03 16:45:06 +01:00
)
md5=\
(
2020-09-16 16:09:29 +01:00
'0707e4b2cbaf1428055d6615be04559e'
2015-06-03 16:45:06 +01:00
)
2020-09-16 16:09:29 +01:00
build_dir="linux-$version"
2016-11-15 12:06:24 +00:00
find_patches