Skip to content

Commit

Permalink
Address XU4 instability issues, add upstream patches and update AUFS
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik committed Jan 4, 2020
1 parent 441bd84 commit c1fbf0a
Show file tree
Hide file tree
Showing 8 changed files with 21,273 additions and 439 deletions.
7 changes: 4 additions & 3 deletions config/kernel/linux-odroidxu4-legacy.config
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm 4.14.141 Kernel Configuration
# Linux/arm 4.14.161 Kernel Configuration
#
CONFIG_ARM=y
CONFIG_ARM_HAS_SG_CHAIN=y
Expand Down Expand Up @@ -137,7 +137,7 @@ CONFIG_CGROUP_SCHED=y
CONFIG_FAIR_GROUP_SCHED=y
CONFIG_CFS_BANDWIDTH=y
CONFIG_RT_GROUP_SCHED=y
CONFIG_CGROUP_PIDS=y
# CONFIG_CGROUP_PIDS is not set
# CONFIG_CGROUP_RDMA is not set
CONFIG_CGROUP_FREEZER=y
CONFIG_CPUSETS=y
Expand Down Expand Up @@ -2143,6 +2143,7 @@ CONFIG_WLAN_VENDOR_TI=y
# CONFIG_WLCORE is not set
CONFIG_RTL8822BU=m
CONFIG_RTL8188EU=m
CONFIG_RTL8821CU=m
CONFIG_RTL8812AU=m
CONFIG_WLAN_VENDOR_ZYDAS=y
CONFIG_USB_ZD1201=m
Expand Down Expand Up @@ -4343,7 +4344,6 @@ CONFIG_USB_EMI62=m
CONFIG_USB_EMI26=m
CONFIG_USB_ADUTUX=m
CONFIG_USB_SEVSEG=m
# CONFIG_USB_RIO500 is not set
# CONFIG_USB_LEGOTOWER is not set
# CONFIG_USB_LCD is not set
# CONFIG_USB_CYPRESS_CY7C63 is not set
Expand Down Expand Up @@ -6124,6 +6124,7 @@ CONFIG_TEXTSEARCH_FSM=m
CONFIG_ASSOCIATIVE_ARRAY=y
CONFIG_HAS_IOMEM=y
CONFIG_HAS_DMA=y
CONFIG_SGL_ALLOC=y
# CONFIG_DMA_NOOP_OPS is not set
# CONFIG_DMA_VIRT_OPS is not set
CONFIG_CPU_RMAP=y
Expand Down
1 change: 1 addition & 0 deletions config/sources/families/odroidxu4.conf
Expand Up @@ -12,6 +12,7 @@ case $BRANCH in

KERNELSOURCE='https://github.com/hardkernel/linux'
KERNELBRANCH='branch:odroidxu4-4.14.y'
KERNEL_USE_GCC='< 7.5'
KERNELDIR='linux-odroidxu4'

;;
Expand Down

0 comments on commit c1fbf0a

Please sign in to comment.