NanoPI m3 NEXT patches update, docker support
This commit is contained in:
parent
c6abe0b02a
commit
6fac04fb08
@ -8,13 +8,13 @@ MODULES_NEXT=""
|
||||
CPUMIN="400000"
|
||||
CPUMAX="1400000"
|
||||
#
|
||||
KERNEL_TARGET="default,next,dev"
|
||||
CLI_TARGET="xenial:next"
|
||||
KERNEL_TARGET="next"
|
||||
CLI_TARGET="stretch:next"
|
||||
DESKTOP_TARGET="xenial:next"
|
||||
#
|
||||
CLI_BETA_TARGET="xenial:next"
|
||||
CLI_BETA_TARGET=""
|
||||
#
|
||||
RECOMMENDED="Ubuntu_xenial_next_nightly:66,Ubuntu_xenial_next_desktop_nightly:66"
|
||||
RECOMMENDED="Debian_stretch_next:75,Ubuntu_xenial_next_desktop:75"
|
||||
#
|
||||
BOARDRATING=""
|
||||
CHIP=""
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -11,11 +11,16 @@ UBOOT_COMPILER='aarch64-linux-gnu-'
|
||||
|
||||
case $BRANCH in
|
||||
default)
|
||||
|
||||
#BOOTSOURCE='https://github.com/friendlyarm/u-boot'
|
||||
#BOOTBRANCH='branch:nanopi2-v2016.01'
|
||||
#BOOTPATCHDIR='u-boot-s5p6818-default'
|
||||
|
||||
KERNELSOURCE='https://github.com/friendlyarm/linux'
|
||||
KERNELBRANCH='branch:nanopi2-v4.4.y'
|
||||
KERNELDIR='linux-s5p6818'
|
||||
|
||||
KERNEL_USE_GCC='> 6.3'
|
||||
KERNEL_USE_GCC='> 6.0'
|
||||
;;
|
||||
|
||||
dev)
|
||||
@ -23,7 +28,7 @@ case $BRANCH in
|
||||
KERNELBRANCH='branch:master'
|
||||
KERNELDIR='linux-s5p6818'
|
||||
|
||||
KERNEL_USE_GCC='> 5.0'
|
||||
KERNEL_USE_GCC='> 7.0'
|
||||
;;
|
||||
|
||||
next)
|
||||
|
||||
36240
patch/kernel/s5p6818-default/0001-aufs4.4.patch
Normal file
36240
patch/kernel/s5p6818-default/0001-aufs4.4.patch
Normal file
File diff suppressed because it is too large
Load Diff
2220
patch/kernel/s5p6818-default/04-patch-4.4.112-113.patch
Normal file
2220
patch/kernel/s5p6818-default/04-patch-4.4.112-113.patch
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user