mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 17:42:41 +00:00
ucentral: development update
* update ucentral-client * update ucentral-wifi * update ucentral-schema * update ucentralgw * update udhcpsnoop * update ath10k-ct * add ucentral-event * fix eap102 port mapping * fix ratelimit Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
From 8d2914fefae283882989fa5f0ba352fde2ac64f1 Mon Sep 17 00:00:00 2001
|
||||
From 16ff9017e964d6429efeaad3e767522cb29da244 Mon Sep 17 00:00:00 2001
|
||||
From: Felix Fietkau <nbd@nbd.name>
|
||||
Date: Sat, 24 Oct 2020 21:14:16 +0200
|
||||
Subject: [PATCH 3/9] kernel: add linux 5.10 support
|
||||
Subject: [PATCH 01/39] kernel: add linux 5.10 support
|
||||
|
||||
Signed-off-by: Felix Fietkau <nbd@nbd.name>
|
||||
---
|
||||
@@ -49,6 +49,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
|
||||
...rious-flag-to-disable-overcurrent-ch.patch | 88 +
|
||||
...-platform-add-spurious_oc-DT-support.patch | 31 +
|
||||
target/linux/generic/config-5.10 | 7062 +++++++++++++++++
|
||||
target/linux/generic/config-5.4 | 1 +
|
||||
target/linux/generic/config-filter | 6 +-
|
||||
.../generic/files/block/partitions/fit.c | 254 +
|
||||
.../files/drivers/mtd/mtdsplit/Kconfig | 5 +
|
||||
@@ -217,7 +218,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
|
||||
.../pending-5.10/834-ledtrig-libata.patch | 149 +
|
||||
...40-hwrng-bcm2835-set-quality-to-1000.patch | 26 +
|
||||
.../pending-5.10/920-mangle_bootargs.patch | 71 +
|
||||
212 files changed, 37352 insertions(+), 54 deletions(-)
|
||||
213 files changed, 37353 insertions(+), 54 deletions(-)
|
||||
create mode 100644 target/linux/generic/backport-5.10/010-Kbuild-don-t-hardcode-path-to-awk-in-scripts-ld-vers.patch
|
||||
create mode 100644 target/linux/generic/backport-5.10/011-kbuild-export-SUBARCH.patch
|
||||
create mode 100644 target/linux/generic/backport-5.10/071-crypto-arm-chacha-neon-optimize-for-non-block-size-m.patch
|
||||
@@ -12355,6 +12356,18 @@ index 0000000000..4eb5607f17
|
||||
+# CONFIG_ZRAM_MEMORY_TRACKING is not set
|
||||
+# CONFIG_ZSMALLOC is not set
|
||||
+# CONFIG_ZX_TDM is not set
|
||||
diff --git a/target/linux/generic/config-5.4 b/target/linux/generic/config-5.4
|
||||
index 91dc0b0f49..d3e9325f71 100644
|
||||
--- a/target/linux/generic/config-5.4
|
||||
+++ b/target/linux/generic/config-5.4
|
||||
@@ -3273,6 +3273,7 @@ CONFIG_MTD_ROOTFS_ROOT_DEV=y
|
||||
CONFIG_MTD_SPI_NOR_USE_4K_SECTORS_LIMIT=4096
|
||||
CONFIG_MTD_SPLIT=y
|
||||
# CONFIG_MTD_SPLIT_BCM_WFI_FW is not set
|
||||
+# CONFIG_MTD_SPLIT_BCM63XX_FW is not set
|
||||
# CONFIG_MTD_SPLIT_BRNIMAGE_FW is not set
|
||||
# CONFIG_MTD_SPLIT_ELF_FW is not set
|
||||
# CONFIG_MTD_SPLIT_EVA_FW is not set
|
||||
diff --git a/target/linux/generic/config-filter b/target/linux/generic/config-filter
|
||||
index 0d53ed9c3c..7d634b56cf 100644
|
||||
--- a/target/linux/generic/config-filter
|
||||
|
||||
Reference in New Issue
Block a user