Merge pull request #1352 from lrusak/docker-libreelec-7.0

backport of #1350 (docker: enable journald buildtag)
This commit is contained in:
Christian Hewitt 2017-02-16 00:10:32 +04:00 committed by GitHub
commit 8f7f8294b1
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,6 @@
7.0.114
- Enable journald buildtag
7.0.113
- Update to docker 1.13.1
- Update to golang 1.7.5

View File

@ -18,7 +18,7 @@
PKG_NAME="docker"
PKG_VERSION="1.13.1"
PKG_REV="113"
PKG_REV="114"
PKG_ARCH="any"
PKG_ADDON_PROJECTS="Generic RPi RPi2"
PKG_LICENSE="ASL"
@ -41,7 +41,8 @@ configure_target() {
autogen \
exclude_graphdriver_devicemapper \
exclude_graphdriver_aufs \
exclude_graphdriver_btrfs"
exclude_graphdriver_btrfs \
journald"
case $TARGET_ARCH in
x86_64)