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/packages/u-boot/default.bash
2014-01-28 23:19:38 +00:00

17 lines
170 B
Bash

source "$PKG_COMMON"
version=\
(
'2014.01'
)
url=\
(
"ftp://ftp.denx.de/pub/u-boot/u-boot-$version.tar.bz2"
)
md5=\
(
'e531307578f6d32a7ccb1d04f1e08cbc'
)