diff options
author | Michael Heimpold <mhei@heimpold.de> | 2023-05-01 20:18:52 +0200 |
---|---|---|
committer | Michael Heimpold <mhei@heimpold.de> | 2023-05-01 20:18:55 +0200 |
commit | 71f9bdc0fb47852029c7d428d63a408e2669e754 (patch) | |
tree | f7244c11343cf708c720ce9a2315f35566123135 /utils/open-plc-utils | |
parent | ab94144b879139643a22931de632825a825356a6 (diff) |
open-plc-utils: update to latest upstream version
This adds support for QCA7006AQ chipset identification.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Diffstat (limited to 'utils/open-plc-utils')
-rw-r--r-- | utils/open-plc-utils/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/open-plc-utils/Makefile b/utils/open-plc-utils/Makefile index eb763cffe..66f2a029c 100644 --- a/utils/open-plc-utils/Makefile +++ b/utils/open-plc-utils/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=open-plc-utils -PKG_RELEASE:=5 +PKG_RELEASE:=6 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/qca/open-plc-utils.git -PKG_SOURCE_VERSION:=358dfcf78bdaf7b0b13dcdf91cb1aae1789f2770 -PKG_MIRROR_HASH:=3b24033f3d2d9ac33778fb772837bc5e0a8891ac708bbe1f35336ff792baf9f8 +PKG_SOURCE_VERSION:=1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2 +PKG_MIRROR_HASH:=67a8c23a10b6b9e3437badad9f215d5350a766b1d0021c58d0ae092609be2b34 PKG_MAINTAINER:=Michael Heimpold <mhei@heimpold.de> |