qca-mcs: update to 12.4

This commit is contained in:
dimfish 2023-11-13 17:32:23 +03:00
parent 26328421f0
commit a116c007e5
2 changed files with 5 additions and 5 deletions

View File

@ -4,10 +4,10 @@ PKG_NAME:=qca-mcs
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_SOURCE_URL:=https://git.codelinaro.org/clo/qsdk/oss/lklm/qca-mcs.git PKG_SOURCE_URL:=https://git.codelinaro.org/clo/qsdk/oss/lklm/qca-mcs.git
PKG_SOURCE_DATE:=2022-03-16 PKG_SOURCE_DATE:=2023-04-21
PKG_SOURCE_PROTO:=git PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=dd8a438 PKG_SOURCE_VERSION:=8797823e392ac3d9098c090964afd46805a0eb2b
PKG_MIRROR_HASH:=1d76eb02641c243a4a9416ff32d2cdc778c3d3095ad101d584fe4dc50661b376 PKG_MIRROR_HASH:=f0fa76af4545842ebf8b4f0743e1079e190dfa5f3f0d464c063063521d3d30df
PKG_BUILD_PARALLEL:=1 PKG_BUILD_PARALLEL:=1

View File

@ -11,7 +11,7 @@
return NULL; return NULL;
--- a/mc_snooping.c --- a/mc_snooping.c
+++ b/mc_snooping.c +++ b/mc_snooping.c
@@ -3450,6 +3450,18 @@ static int mc_proc_snooper_open(struct i @@ -3453,6 +3453,18 @@ static int mc_proc_snooper_open(struct i
return single_open(file, mc_proc_snooper_show, NULL); return single_open(file, mc_proc_snooper_show, NULL);
} }
@ -30,7 +30,7 @@
static const struct file_operations mc_proc_snooper_fops = { static const struct file_operations mc_proc_snooper_fops = {
.owner = THIS_MODULE, .owner = THIS_MODULE,
.open = mc_proc_snooper_open, .open = mc_proc_snooper_open,
@@ -3457,6 +3469,7 @@ static const struct file_operations mc_p @@ -3460,6 +3472,7 @@ static const struct file_operations mc_p
.llseek = seq_lseek, .llseek = seq_lseek,
.release = single_release, .release = single_release,
}; };