From 8788e5c5b7fd02783d0775c519aebd9508530f7d Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Wed, 13 Apr 2016 09:32:00 +0200 Subject: [PATCH] Changed default sun8i source to more recent one, forked from here: https://github.com/friendlyarm/h3_lichee --- configuration.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/configuration.sh b/configuration.sh index d9c54d6061..4150a41e29 100644 --- a/configuration.sh +++ b/configuration.sh @@ -395,8 +395,11 @@ case $LINUXFAMILY in # Kernel # sun8i switches if [[ $LINUXFAMILY == sun8i ]]; then - KERNEL_DEFAULT="https://github.com/O-Computers/linux-sunxi" - KERNEL_DEFAULT_BRANCH="h3-wip" + #KERNEL_DEFAULT="https://github.com/O-Computers/linux-sunxi" + #KERNEL_DEFAULT_BRANCH="h3-wip" + #KERNEL_DEFAULT_SOURCE="linux-sun8i" + KERNEL_DEFAULT="https://github.com/igorpecovnik/linux" + KERNEL_DEFAULT_BRANCH="sun8i" KERNEL_DEFAULT_SOURCE="linux-sun8i" KERNEL_DEV=https://github.com/wens/linux KERNEL_DEV_BRANCH=h3-emac