mirror of
https://github.com/breeze303/nss-packages.git
synced 2025-12-16 08:44:52 +00:00
qca-mcs: update to 12.4
This commit is contained in:
parent
26328421f0
commit
a116c007e5
@ -4,10 +4,10 @@ PKG_NAME:=qca-mcs
|
||||
PKG_RELEASE:=1
|
||||
|
||||
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_VERSION:=dd8a438
|
||||
PKG_MIRROR_HASH:=1d76eb02641c243a4a9416ff32d2cdc778c3d3095ad101d584fe4dc50661b376
|
||||
PKG_SOURCE_VERSION:=8797823e392ac3d9098c090964afd46805a0eb2b
|
||||
PKG_MIRROR_HASH:=f0fa76af4545842ebf8b4f0743e1079e190dfa5f3f0d464c063063521d3d30df
|
||||
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
return NULL;
|
||||
--- a/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);
|
||||
}
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
static const struct file_operations mc_proc_snooper_fops = {
|
||||
.owner = THIS_MODULE,
|
||||
.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,
|
||||
.release = single_release,
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user