From 41dc81c56d7688ee9e38f7b3195275484a4d7c63 Mon Sep 17 00:00:00 2001 From: kenzok8 Date: Wed, 24 Jul 2024 10:31:07 +0800 Subject: [PATCH] update 2024-07-24 10:31:07 --- dockerd/Makefile | 4 ++-- luci-app-amlogic/Makefile | 2 +- luci-app-amlogic/root/usr/sbin/openwrt-update-rockchip | 8 ++++++++ 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/dockerd/Makefile b/dockerd/Makefile index e098daa81..34e7059de 100644 --- a/dockerd/Makefile +++ b/dockerd/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dockerd -PKG_VERSION:=27.1.0 +PKG_VERSION:=27.1.1 PKG_RELEASE:=1 PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE @@ -10,7 +10,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_GIT_URL:=github.com/moby/moby PKG_GIT_REF:=v$(PKG_VERSION) PKG_SOURCE_URL:=https://codeload.$(PKG_GIT_URL)/tar.gz/$(PKG_GIT_REF)? -PKG_HASH:=8bb11443dc86c712daeb37135f2db54bfede368a84ebdf950d6adffd90c162d7 +PKG_HASH:=d8afaa4513d324db5841ced641daeee9090802c765b78f1c583bc171e9b0a6fd PKG_GIT_SHORT_COMMIT:=8b79278 # SHA1 used within the docker executables PKG_MAINTAINER:=Gerard Ryan diff --git a/luci-app-amlogic/Makefile b/luci-app-amlogic/Makefile index 2911eeaee..bcf2d8066 100644 --- a/luci-app-amlogic/Makefile +++ b/luci-app-amlogic/Makefile @@ -16,7 +16,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-amlogic -PKG_VERSION:=3.1.244 +PKG_VERSION:=3.1.245 PKG_RELEASE:=1 PKG_LICENSE:=GPL-2.0 License diff --git a/luci-app-amlogic/root/usr/sbin/openwrt-update-rockchip b/luci-app-amlogic/root/usr/sbin/openwrt-update-rockchip index f164d87e0..a26e0ab9b 100755 --- a/luci-app-amlogic/root/usr/sbin/openwrt-update-rockchip +++ b/luci-app-amlogic/root/usr/sbin/openwrt-update-rockchip @@ -169,6 +169,14 @@ case $MYDEVICE_NAME in fi SOC="h88k-v3" ;; +"Hlink H88K V3.1") + if [ -n "${CURRENT_FDTFILE}" ] && [ "${CURRENT_FDTFILE}" != "rk3568-hinlink-h88k-v31.dtb" ]; then + MYDTB_FDTFILE="${CURRENT_FDTFILE}" + else + MYDTB_FDTFILE="rk3588-hlink-h88k-v31.dtb" + fi + SOC="h88k-v3" + ;; "HINLINK OWL H88K Board" | "Hlink H88K") if [ -n "${CURRENT_FDTFILE}" ] && [ "${CURRENT_FDTFILE}" != "rk3568-hinlink-h88k.dtb" ]; then MYDTB_FDTFILE="${CURRENT_FDTFILE}"