mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-13 10:08:34 +00:00
kernel: Deactivate CONFIG_DEFAULT_FQ_PIE by default
When building OpenWrt with CONFIG_ALL_KMODS the kernel build will ask
for CONFIG_DEFAULT_FQ_PIE option. This deactivates it by default.
Fixes: c3e4a0d99b
("kernel: netsupport: Add FQ-PIE as an optional sched kmod and extract PIE")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
f089f7373e
commit
fa578335c9
@ -1337,6 +1337,7 @@ CONFIG_DEFAULT_CUBIC=y
|
||||
CONFIG_DEFAULT_DEADLINE=y
|
||||
# CONFIG_DEFAULT_FQ is not set
|
||||
CONFIG_DEFAULT_FQ_CODEL=y
|
||||
# CONFIG_DEFAULT_FQ_PIE is not set
|
||||
CONFIG_DEFAULT_HOSTNAME="(none)"
|
||||
CONFIG_DEFAULT_HUNG_TASK_TIMEOUT=120
|
||||
CONFIG_DEFAULT_INIT=""
|
||||
|
@ -1381,6 +1381,7 @@ CONFIG_DEFAULT_CUBIC=y
|
||||
CONFIG_DEFAULT_DEADLINE=y
|
||||
# CONFIG_DEFAULT_FQ is not set
|
||||
CONFIG_DEFAULT_FQ_CODEL=y
|
||||
# CONFIG_DEFAULT_FQ_PIE is not set
|
||||
CONFIG_DEFAULT_HOSTNAME="(none)"
|
||||
CONFIG_DEFAULT_HUNG_TASK_TIMEOUT=120
|
||||
CONFIG_DEFAULT_INIT=""
|
||||
|
Loading…
Reference in New Issue
Block a user