diff options
| author | Petr Štetiar | 2019-06-13 12:34:59 +0000 |
|---|---|---|
| committer | Petr Štetiar | 2019-06-18 14:08:55 +0000 |
| commit | 6ca9d37b533c05594267606ca1d7e9ea9343e811 (patch) | |
| tree | 1471b98a2fde13d4063f0c45b7c0edf4228a4553 | |
| parent | a459d2379a41cc1ecc477d20cf356514aa69c5ac (diff) | |
| download | openwrt-6ca9d37b533c05594267606ca1d7e9ea9343e811.tar.gz | |
kernel: generic: add missing 4.19 config symbol
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@true.cz>
| -rw-r--r-- | target/linux/generic/config-4.19 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-4.19 b/target/linux/generic/config-4.19 index e39837b995..9a31a6ff30 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 |