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-07 16:02:47 +00:00

17 lines
174 B
Bash

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