[OpenWrt-Devel] [PATCH 1/3] kernel: generic: add missing 4.19 config symbol

Petr Štetiar ynezz at true.cz
Mon Jun 17 03:59:43 EDT 2019


Fixes following kernel build issue on ath79/generic:

  Enable support for latency based cgroup IO protection (BLK_CGROUP_IOLATENCY) [N/y/?] (NEW)

Signed-off-by: Petr Štetiar <ynezz at true.cz>
---
 target/linux/generic/config-4.19 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/generic/config-4.19 b/target/linux/generic/config-4.19
index e39837b995b6..9a31a6ff303a 100644
--- a/target/linux/generic/config-4.19
+++ b/target/linux/generic/config-4.19
@@ -508,6 +508,7 @@ CONFIG_BITREVERSE=y
 # CONFIG_BLK_CMDLINE_PARSER is not set
 # CONFIG_BLK_CPQ_CISS_DA is not set
 # CONFIG_BLK_CPQ_DA is not set
+# CONFIG_BLK_CGROUP_IOLATENCY is not set
 # CONFIG_BLK_DEBUG_FS is not set
 CONFIG_BLK_DEV=y
 # CONFIG_BLK_DEV_3W_XXXX_RAID is not set
-- 
1.9.1


_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


More information about the openwrt-devel mailing list