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/linux/default.bash

27 lines
281 B
Bash
Raw Normal View History

2013-07-13 17:19:22 +01:00
source "$PKG_COMMON"
version=\
(
2014-01-07 17:24:46 +00:00
'3.13-rc7'
2013-07-13 17:19:22 +01:00
)
url=\
(
2014-01-07 17:24:46 +00:00
"https://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-$version.tar.xz"
2013-07-13 17:19:22 +01:00
)
md5=\
(
2014-01-07 17:24:46 +00:00
'a9de953c724974f8842328c4f41ec255'
2013-07-13 17:19:22 +01:00
)
maintainer=\
(
'Ricardo Martins <rasm@fe.up.pt>'
)
requires=\
(
'kmod/host'
)