mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-30 01:52:51 +00:00
ucentral-schema: update to latest HEAD
689b111 make crashlog handler generic for pstore items Fixes: WIFI-12590 Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
@@ -548,7 +548,7 @@ CONFIG_PROC_PAGE_MONITOR=y
|
||||
# CONFIG_PROC_STRIPPED is not set
|
||||
CONFIG_PSTORE=y
|
||||
CONFIG_PSTORE_RAM=y
|
||||
# CONFIG_PSTORE_CONSOLE is not set
|
||||
CONFIG_PSTORE_CONSOLE=y
|
||||
CONFIG_PSTORE_PMSG=y
|
||||
CONFIG_PWM=y
|
||||
CONFIG_PWM_IPQ4019=y
|
||||
|
||||
@@ -45,7 +45,7 @@ Index: linux-4.4.60-qsdk-11f09717303ecd83c3a64e9efe23f25921dc1016/fs/pstore/ram.
|
||||
===================================================================
|
||||
--- linux-4.4.60-qsdk-11f09717303ecd83c3a64e9efe23f25921dc1016.orig/fs/pstore/ram.c
|
||||
+++ linux-4.4.60-qsdk-11f09717303ecd83c3a64e9efe23f25921dc1016/fs/pstore/ram.c
|
||||
@@ -466,15 +466,47 @@ static int ramoops_init_prz(struct devic
|
||||
@@ -466,15 +466,48 @@ static int ramoops_init_prz(struct devic
|
||||
return 0;
|
||||
}
|
||||
|
||||
@@ -68,6 +68,7 @@ Index: linux-4.4.60-qsdk-11f09717303ecd83c3a64e9efe23f25921dc1016/fs/pstore/ram.
|
||||
+ pdata->dump_oops = true;
|
||||
+ pdata->record_size = 0x1000;
|
||||
+ pdata->pmsg_size = 0x1000;
|
||||
+ pdata->console_size = 0x1000;
|
||||
+ return 0;
|
||||
+}
|
||||
+
|
||||
|
||||
@@ -21,7 +21,7 @@ start_service() {
|
||||
|
||||
mkdir -p /tmp/ucentral/
|
||||
|
||||
ucode -l fs /usr/share/ucentral/crashlog.uc
|
||||
ucode -l fs /usr/share/ucentral/pstore.uc
|
||||
|
||||
. /lib/functions.sh
|
||||
cp /etc/config-shadow/ucentral /etc/config/
|
||||
|
||||
@@ -4,10 +4,9 @@ PKG_NAME:=ucentral-schema
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE_URL=https://github.com/Telecominfraproject/wlan-ucentral-schema.git
|
||||
PKG_MIRROR_HASH:=094a7bc11fc0d665ccdf51944f3f8632fb524c448602f13a3ec263a449628b38
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_DATE:=2022-05-29
|
||||
PKG_SOURCE_VERSION:=5d8e9b0a42e8c4f68f27af9ef8c6c6f2c689110b
|
||||
PKG_SOURCE_VERSION:=689b111915007dd005beca0664574d0a0421b346
|
||||
|
||||
PKG_MAINTAINER:=John Crispin <john@phrozen.org>
|
||||
PKG_LICENSE:=BSD-3-Clause
|
||||
|
||||
Reference in New Issue
Block a user