[OpenWrt-Devel] [PATCH 3/3] kexec-tools: change kdump.init STOP level -2

Joseph Tingiris joseph.tingiris at gmail.com
Sun Jan 13 15:02:38 EST 2019


This patch is in a series to allow STOP levels after umount, so
that other block devices may stop cleanly.

kdump.init is now STOP=96

Signed-off-by: Joseph Tingiris <joseph.tingiris at gmail.com>
---
 package/boot/kexec-tools/Makefile         | 2 +-
 package/boot/kexec-tools/files/kdump.init | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/boot/kexec-tools/Makefile b/package/boot/kexec-tools/Makefile
index 76ea46f..8d62a23 100644
--- a/package/boot/kexec-tools/Makefile
+++ b/package/boot/kexec-tools/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=kexec-tools
 PKG_VERSION:=2.0.16
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=@KERNEL/linux/utils/kernel/kexec
diff --git a/package/boot/kexec-tools/files/kdump.init b/package/boot/kexec-tools/files/kdump.init
index 6a6a94c..7e79827 100755
--- a/package/boot/kexec-tools/files/kdump.init
+++ b/package/boot/kexec-tools/files/kdump.init
@@ -1,7 +1,7 @@
 #!/bin/sh /etc/rc.common
 
 START=41
-STOP=98
+STOP=96
 
 EXTRA_COMMANDS="status"
 EXTRA_HELP="        status  Print crashkernel status"
-- 
1.8.3.1


_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list