mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
linux: update Odroid_C2 kernel to 365fa20 and tweak config
linux: update hardkernel version to 365fa20linux: update hardkernel version to 365fa20
This commit is contained in:
parent
c108863cde
commit
b4277bf0de
@ -31,7 +31,7 @@ PKG_SHORTDESC="linux26: The Linux kernel 2.6 precompiled kernel binary image and
|
|||||||
PKG_LONGDESC="This package contains a precompiled kernel image and the modules."
|
PKG_LONGDESC="This package contains a precompiled kernel image and the modules."
|
||||||
case "$LINUX" in
|
case "$LINUX" in
|
||||||
hardkernel)
|
hardkernel)
|
||||||
PKG_VERSION="b8b59bb"
|
PKG_VERSION="365fa20"
|
||||||
PKG_URL="https://github.com/hardkernel/linux/archive/$PKG_VERSION.tar.gz"
|
PKG_URL="https://github.com/hardkernel/linux/archive/$PKG_VERSION.tar.gz"
|
||||||
;;
|
;;
|
||||||
amlogic-3.10)
|
amlogic-3.10)
|
||||||
|
@ -77,7 +77,10 @@ CONFIG_TICK_CPU_ACCOUNTING=y
|
|||||||
# CONFIG_VIRT_CPU_ACCOUNTING_GEN is not set
|
# CONFIG_VIRT_CPU_ACCOUNTING_GEN is not set
|
||||||
CONFIG_BSD_PROCESS_ACCT=y
|
CONFIG_BSD_PROCESS_ACCT=y
|
||||||
# CONFIG_BSD_PROCESS_ACCT_V3 is not set
|
# CONFIG_BSD_PROCESS_ACCT_V3 is not set
|
||||||
# CONFIG_TASKSTATS is not set
|
CONFIG_TASKSTATS=y
|
||||||
|
CONFIG_TASK_DELAY_ACCT=y
|
||||||
|
CONFIG_TASK_XACCT=y
|
||||||
|
CONFIG_TASK_IO_ACCOUNTING=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# RCU Subsystem
|
# RCU Subsystem
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
diff --git a/init/main.c b/init/main.c
|
diff -Naur a/init/main.c b/init/main.c
|
||||||
index 9484f4b..db55edd 100644
|
--- a/init/main.c 2016-08-22 17:01:25.000000000 +0200
|
||||||
--- a/init/main.c
|
+++ b/init/main.c 2016-08-22 17:09:48.000000000 +0200
|
||||||
+++ b/init/main.c
|
@@ -915,8 +915,14 @@
|
||||||
@@ -880,8 +880,14 @@ static noinline void __init kernel_init_freeable(void)
|
|
||||||
do_basic_setup();
|
do_basic_setup();
|
||||||
|
|
||||||
/* Open the /dev/console on the rootfs, this should never fail */
|
/* Open the /dev/console on the rootfs, this should never fail */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user