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
2016-11-15 12:06:24 +00:00

21 lines
270 B
Bash

. "$cfg_dir_rules/$pkg/default.bash"
version=\
(
'4.4_2016-05-17'
)
url=\
(
"https://github.com/rasmartins/rpi-linux/archive/rpi-linux-$version.tar.gz"
)
md5=\
(
'5bb5ce2b2a7f0943e4efe95badfffad9'
)
build_dir="rpi-linux-rpi-linux-$version"
find_patches