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
240 B
Bash
Raw Normal View History

2015-06-03 16:45:06 +01:00
. "$cfg_dir_rules/$pkg/default.bash"
version=\
(
2017-02-03 18:37:16 +00:00
'4.4_2017-01-27'
2015-06-03 16:45:06 +01:00
)
url=\
(
2017-02-03 18:37:16 +00:00
"http://lsts.pt/glued/rpi-linux-$version.zip"
2015-06-03 16:45:06 +01:00
)
md5=\
(
2017-02-03 18:37:16 +00:00
'f31d48a9d2c93509b35e750be489b44c'
2015-06-03 16:45:06 +01:00
)
2016-11-15 12:06:24 +00:00
build_dir="rpi-linux-rpi-linux-$version"
find_patches