From 2a422dabd3a7e47c23d2421729a73c6afc02ffce Mon Sep 17 00:00:00 2001 From: Tudor Ambarus Date: Thu, 13 Apr 2023 09:58:03 +0000 Subject: dashboard/config/linux: update to latest Android 5.4-lts Update configs to latest android12-5.4-lts. Get rid of CONFIG_REFCOUNT_FULL as the patch removing it got integrated. Signed-off-by: Tudor Ambarus --- dashboard/config/linux/bits/base.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dashboard/config/linux/bits/base.yml') diff --git a/dashboard/config/linux/bits/base.yml b/dashboard/config/linux/bits/base.yml index be4bb45d1..0de70670f 100644 --- a/dashboard/config/linux/bits/base.yml +++ b/dashboard/config/linux/bits/base.yml @@ -93,7 +93,7 @@ config: - DEBUG_PI_LIST: [-v5.2] # CONFIG_REFCOUNT_FULL was removed in fb041bb7c0a9. - - REFCOUNT_FULL: [v4.16, -v5.5] + - REFCOUNT_FULL: [v4.16, -v5.5, -android-5.4] # Added in 919067cc845f ("net: add CONFIG_PCPU_DEV_REFCNT") and should appear in v5.13. - PCPU_DEV_REFCNT: [n, v5.13] -- cgit mrf-deployment