commit 6e2d7d9b4f9c1291d1112624de34be76c0010331 parent 6b61bec7be1f2d7efee082c008b7cd5f1ac42432 Author: parazyd <parazyd@dyne.org> Date: Thu, 15 Feb 2018 20:41:19 +0100 Revert droid4 to linux-4.14 Diffstat:
M | boards/droid4.sh | | | 6 | ++++-- |
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/boards/droid4.sh b/boards/droid4.sh @@ -37,8 +37,10 @@ bootfs="vfat" extra_packages+=(firmware-ti-connectivity) custmodules=() -gitkernel="https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git" -gitbranch="v4.16-rc1" +#gitkernel="https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git" +#gitbranch="v4.16-rc1" +gitkernel="https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git" +gitbranch="linux-4.14.y" ddroid_git="https://github.com/tmlind/ddroid.git" kexec_bins="$R/extra/droid4-mainline-kexec-0.3.tar.xz"