docker: enable journald buildtag

This commit is contained in:
Lukas Rusak 2017-02-15 11:47:22 -08:00
parent 396624cfb9
commit be9c7ab79f
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,6 @@
8.1.114
- Enable journald buildtag
8.1.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)