Skip to content

Commit f873551

Browse files
committed
Updated stock kernel kexec modules to v0.4
In case somebody wants to play with booting Lineage OS directly on some MMC partition, v0.4 version of these modules now work also booting legacy v3.0.8 based kernels when using the custom kexec binary from SafeStrap. Mainline kernels need to be booted using the standard kexec-tools.
1 parent dca6ac4 commit f873551

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ cmdline=$(def_cmd) root=/dev/mmcblk1p23 init=/sbin/init
55
target=output/utagboot/
66

77
kexec_modules_url=http://muru.com/linux/d4/
8-
kexec_modules_version=0.3
9-
kexec_modules=ddroid4-mainline-kexec-$(kexec_modules_version).tar.xz
8+
kexec_modules_version=0.4
9+
kexec_modules=droid4-mainline-kexec-$(kexec_modules_version).tar.xz
1010
stock_kernel_modules=$(target)lib/modules/3.0.8-g448a95f/kernel/
1111

1212
version=$$(date +%Y-%m-%d)

0 commit comments

Comments
 (0)