Skip to content

Commit

Permalink
configs: include package irqbalance on multi-cpu systems
Browse files Browse the repository at this point in the history
This can help to make such systemtems running more efficient

relates to Issue #869
  • Loading branch information
SvenRoederer committed Aug 1, 2021
1 parent abd232b commit 4829a84
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions configs/bcm27xx-bcm2708.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ CONFIG_TARGET_bcm27xx_bcm2708=y
CONFIG_KERNEL_RELAY=y
CONFIG_PACKAGE_MAC80211_DEBUGFS=y
CONFIG_PACKAGE_MAC80211_MESH=y
CONFIG_PACKAGE_irqbalance=m

1 change: 1 addition & 0 deletions configs/bcm27xx-bcm2710.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ CONFIG_KERNEL_RELAY=y
CONFIG_PACKAGE_MAC80211_DEBUGFS=y
CONFIG_PACKAGE_MAC80211_MESH=y
# CONFIG_STRIP_KERNEL_EXPORTS is not set
CONFIG_PACKAGE_irqbalance=m
1 change: 1 addition & 0 deletions configs/mvebu-cortexa9.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ CONFIG_PACKAGE_mwlwifi-firmware-88w8864=m
CONFIG_PACKAGE_mwlwifi-firmware-88w8964=m
CONFIG_PACKAGE_ath10k-firmware-qca988x=m
CONFIG_PACKAGE_ath10k-firmware-qca988x-ct=m
CONFIG_PACKAGE_irqbalance=m
1 change: 1 addition & 0 deletions configs/ramips-mt7621.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ CONFIG_TARGET_ramips_mt7621=y
CONFIG_TARGET_ROOTFS_INITRAMFS=y
# CONFIG_PACKAGE_kmod-ath9k-htc is not set
CONFIG_PACKAGE_block-mount=m
CONFIG_PACKAGE_irqbalance=m
1 change: 1 addition & 0 deletions configs/x86-generic.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ CONFIG_TARGET_x86_generic=y
CONFIG_KERNEL_RELAY=y
CONFIG_PACKAGE_MAC80211_DEBUGFS=y
CONFIG_PACKAGE_MAC80211_MESH=y
CONFIG_PACKAGE_irqbalance=m
8 changes: 7 additions & 1 deletion packagelists/profile-packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,14 @@ ubnt_unifiac-mesh-pro;-kmod-ath10k-ct -ath10k-firmware-qca988x-ct kmod-ath10k at
yuncore_a770;-kmod-ath10k-ct -ath10k-firmware-qca9887-ct kmod-ath10k ath10k-firmware-qca9887
yuncore_a782;-kmod-ath10k-ct -ath10k-firmware-qca9888-ct kmod-ath10k ath10k-firmware-qca9888

# Multi-CPU
rpi:irqbalance
rpi3:irqbalance
ubnt_edgerouter-x:irqbalance
ubnt_edgerouter-x-sfp:irqbalance

# boards with mass-storage (SATA, SD-cards) will benefit from additional packages
mikrotik_routerboard-750gr3:block-mount kmod-fs-f2fs kmod-sdhci-mt7620
mikrotik_routerboard-750gr3:irqbalance block-mount kmod-fs-f2fs kmod-sdhci-mt7620

# boards with integrated DSL-port need additional hardware-support (see Issue #838)
avm_fritz7360sl:luci-proto-ipv6 luci-proto-ppp ppp ppp-mod-pppoe
Expand Down

0 comments on commit 4829a84

Please sign in to comment.