28f0e5d4e1
Changes in the kernel defconfig: - disable ANDROID_PARANOID_NETWORK (removes network restrictions) - enable CONFIG_USB_G_ANDROID and CONFIG_DIAG_CHAR (for USB networking) - enable DEVTMPFS (needed for udev -> touch support in weston) - enable FB_MSM_DEFAULT_DEPTH_RGB565 (for 16-bit support to avoid red screen) - enable SYSVIPC (so busybox' syslogd can log to a ringbuffer in the kernel) - enable VT (for virtual terminal over USB) [ci:skip-build]: already built successfully in CI
12 lines
333 B
Diff
12 lines
333 B
Diff
diff -Naur a/kernel/timeconst.pl b/kernel/timeconst.pl
|
|
--- a/kernel/timeconst.pl 2013-11-29 03:09:36.000000000 +0100
|
|
+++ b/kernel/timeconst.pl 2019-05-26 00:21:42.701338888 +0200
|
|
@@ -370,7 +370,7 @@
|
|
}
|
|
|
|
@val = @{$canned_values{$hz}};
|
|
- if (!defined(@val)) {
|
|
+ if (!@val) {
|
|
@val = compute_values($hz);
|
|
}
|
|
output($hz, @val);
|