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-21 00:28:22 +00:00

17 lines
174 B
Bash

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