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:
0x4D616E75 2016-08-26 17:53:19 +02:00 committed by Christian Hewitt
parent c108863cde
commit b4277bf0de
3 changed files with 9 additions and 7 deletions

View File

@ -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."
case "$LINUX" in
hardkernel)
PKG_VERSION="b8b59bb"
PKG_VERSION="365fa20"
PKG_URL="https://github.com/hardkernel/linux/archive/$PKG_VERSION.tar.gz"
;;
amlogic-3.10)

View File

@ -77,7 +77,10 @@ CONFIG_TICK_CPU_ACCOUNTING=y
# CONFIG_VIRT_CPU_ACCOUNTING_GEN is not set
CONFIG_BSD_PROCESS_ACCT=y
# 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

View File

@ -1,8 +1,7 @@
diff --git a/init/main.c b/init/main.c
index 9484f4b..db55edd 100644
--- a/init/main.c
+++ b/init/main.c
@@ -880,8 +880,14 @@ static noinline void __init kernel_init_freeable(void)
diff -Naur a/init/main.c b/init/main.c
--- a/init/main.c 2016-08-22 17:01:25.000000000 +0200
+++ b/init/main.c 2016-08-22 17:09:48.000000000 +0200
@@ -915,8 +915,14 @@
do_basic_setup();
/* Open the /dev/console on the rootfs, this should never fail */