Openwrt/package
Chen Minqiang ec5e8461c1 x86: make crashdump works
1. KERNEL_CRASH_DUMP should depends on KERNEL_PROC_KCORE (kexec use it)
2. select crashkernel mem size by totalmem
   mem <= 256M disable crashkernel by default
   mem >= 4G use 256M for crashkernel
   mem >= 8G use 512M for crashkernel
   default use 128M
3. set BOOT_IMAGE in kdump.init
4. resolve a "Unhandled rela relocation: R_X86_64_PLT32" error

Tested on x86_64

Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
2020-03-20 21:45:06 +00:00
..
base-files base-files: convert leading spaces to tabs in functions.sh 2020-03-13 15:51:30 +01:00
boot x86: make crashdump works 2020-03-20 21:45:06 +00:00
devel
firmware layerscape: resurrect support for FRDM-LS1012A 2020-03-12 12:59:44 +01:00
kernel cryptodev-linux: Fix error when compiling with 5.4 kernel 2020-03-18 23:12:48 +01:00
libs readline: needs host depend on ncurses to build 2020-03-20 17:08:58 +00:00
network hostapd: fix segfault in wpa_supplicant ubus 2020-03-18 19:05:22 +01:00
system rpcd: fix respawn settings 2020-03-16 22:21:45 +01:00
utils bcm27xx-userland: update to latest version 2020-02-28 19:30:16 +01:00
Makefile