diff options
author | Kuan-Yi Li <kyli@abysm.org> | 2021-05-30 09:58:26 +0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-05-30 23:45:49 +0200 |
commit | fc0fd5473895b70497c0f043d16f7fe812677f1f (patch) | |
tree | 5246b1d20a69f27c03be9af435d8783e3354f223 /target/linux/generic/hack-5.4 | |
parent | 1a41b88803366fdd8eaf773c4a10e41a0e8947db (diff) | |
download | upstream-fc0fd5473895b70497c0f043d16f7fe812677f1f.tar.gz upstream-fc0fd5473895b70497c0f043d16f7fe812677f1f.tar.bz2 upstream-fc0fd5473895b70497c0f043d16f7fe812677f1f.zip |
kernel: bump 5.4 to 5.4.123
Removed because in upstream
generic/pending-5.4/770-02-net-ethernet-mtk_eth_soc-fix-rx-vlan-offload.patch
All others updated automatically.
Runtime-tested on bcm27xx/bcm2711.
Fixes: FS#3085
Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
Diffstat (limited to 'target/linux/generic/hack-5.4')
-rw-r--r-- | target/linux/generic/hack-5.4/911-kobject_add_broadcast_uevent.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/hack-5.4/911-kobject_add_broadcast_uevent.patch b/target/linux/generic/hack-5.4/911-kobject_add_broadcast_uevent.patch index 52453e5ce3..6f5e50d091 100644 --- a/target/linux/generic/hack-5.4/911-kobject_add_broadcast_uevent.patch +++ b/target/linux/generic/hack-5.4/911-kobject_add_broadcast_uevent.patch @@ -30,7 +30,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name> #endif /* _KOBJECT_H_ */ --- a/lib/kobject_uevent.c +++ b/lib/kobject_uevent.c -@@ -690,6 +690,43 @@ int add_uevent_var(struct kobj_uevent_en +@@ -691,6 +691,43 @@ int add_uevent_var(struct kobj_uevent_en EXPORT_SYMBOL_GPL(add_uevent_var); #if defined(CONFIG_NET) |