Merge pull request #1350 from lrusak/docker

docker: enable journald buildtag
This commit is contained in:
Christian Hewitt 2017-02-15 23:51:49 +04:00 committed by GitHub
commit fa5957849d
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,6 @@
9.0.114
- Enable journald buildtag
9.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 imx6 WeTek_Hub WeTek_Play_2 Odroid_C2"
PKG_LICENSE="ASL"
@ -39,7 +39,8 @@ configure_target() {
autogen \
exclude_graphdriver_devicemapper \
exclude_graphdriver_aufs \
exclude_graphdriver_btrfs"
exclude_graphdriver_btrfs \
journald"
case $TARGET_ARCH in
x86_64)