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

17 lines
174 B
Bash
Raw Normal View History

2013-07-13 17:19:22 +01:00
source "$PKG_COMMON"
version=\
(
'2014.01-rc2'
2013-07-13 17:19:22 +01:00
)
url=\
(
"ftp://ftp.denx.de/pub/u-boot/u-boot-$version.tar.bz2"
)
md5=\
(
'79601ecc47a71238295338af1f975f40'
2013-07-13 17:19:22 +01:00
)