mirror of
https://github.com/outbackdingo/openwrt-builder.git
synced 2026-01-27 18:19:53 +00:00
Enable irqbalance by default
The irqbalance would be used when SW offload is enabled
This commit is contained in:
@@ -29,8 +29,6 @@ CONFIG_PACKAGE_tcpdump=y
|
||||
CONFIG_PACKAGE_bind-dig=y
|
||||
CONFIG_PACKAGE_ethtool-full=y
|
||||
# CONFIG_PACKAGE_pciutils=y
|
||||
# CONFIG_PACKAGE_irqbalance=y
|
||||
# CONFIG_PACKAGE_luci-app-irqbalance=y
|
||||
CONFIG_PACKAGE_tc-full=y
|
||||
# CONFIG_PACKAGE_fping=y
|
||||
CONFIG_PACKAGE_coreutils=y
|
||||
@@ -90,6 +88,10 @@ CONFIG_PACKAGE_luci-app-usteer=y
|
||||
# CONFIG_PACKAGE_sqm-scripts=y
|
||||
# CONFIG_PACKAGE_ip6tables-nft=y
|
||||
|
||||
# enable irqbalance when SW Offload enabled becuase of wifi calling
|
||||
CONFIG_PACKAGE_irqbalance=y
|
||||
CONFIG_PACKAGE_luci-app-irqbalance=y
|
||||
|
||||
CONFIG_PACKAGE_qosify=y
|
||||
CONFIG_PACKAGE_kmod-ifb=y
|
||||
CONFIG_PACKAGE_kmod-sched-bpf=y
|
||||
|
||||
Reference in New Issue
Block a user