From bae5572a819c62404e6fcd5df6ac219ab84563c1 Mon Sep 17 00:00:00 2001 From: lean Date: Sat, 19 Jun 2021 13:03:27 +0800 Subject: [PATCH] luci-app-docker: add data-root path config --- package/lean/luci-app-docker/Makefile | 2 +- package/lean/luci-app-docker/root/etc/docker/daemon.json | 4 ++++ target/linux/x86/64/config-5.10 | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 package/lean/luci-app-docker/root/etc/docker/daemon.json diff --git a/package/lean/luci-app-docker/Makefile b/package/lean/luci-app-docker/Makefile index 1dd263ab0..2c08fc575 100755 --- a/package/lean/luci-app-docker/Makefile +++ b/package/lean/luci-app-docker/Makefile @@ -10,7 +10,7 @@ LUCI_TITLE:=Luci for Docker-CE LUCI_DEPENDS:=+dockerd +e2fsprogs +fdisk LUCI_PKGARCH:=all PKG_VERSION:=1 -PKG_RELEASE:=10 +PKG_RELEASE:=11 include $(TOPDIR)/feeds/luci/luci.mk diff --git a/package/lean/luci-app-docker/root/etc/docker/daemon.json b/package/lean/luci-app-docker/root/etc/docker/daemon.json new file mode 100644 index 000000000..b8a99a4ce --- /dev/null +++ b/package/lean/luci-app-docker/root/etc/docker/daemon.json @@ -0,0 +1,4 @@ +{ +"data-root": "/opt/", +"log-level": "warn" +} diff --git a/target/linux/x86/64/config-5.10 b/target/linux/x86/64/config-5.10 index 2db2f4998..c308f434a 100644 --- a/target/linux/x86/64/config-5.10 +++ b/target/linux/x86/64/config-5.10 @@ -243,7 +243,7 @@ CONFIG_ILLEGAL_POINTER_VALUE=0xdead000000000000 # CONFIG_IMA_SECURE_AND_OR_TRUSTED_BOOT is not set CONFIG_INPUT_XEN_KBDDEV_FRONTEND=y CONFIG_INTEL_GTT=y -CONFIG_INTEL_IDLE=y +# CONFIG_INTEL_IDLE is not set # CONFIG_INTEL_IDXD is not set # CONFIG_INTEL_IPS is not set # CONFIG_INTEL_MEI_HDCP is not set