mirror of
https://github.com/Fishwaldo/build.git
synced 2025-06-25 23:58:37 +00:00
Changed default sun8i source to more recent one, forked from here:
https://github.com/friendlyarm/h3_lichee
This commit is contained in:
parent
12cfb1a0cc
commit
8788e5c5b7
1 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue