mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 10:01:20 +00:00
Added the ability to change sampling interval and provide a list of IRQ's to ignore via /etc/config/irqbalance Signed-off-by: Marc Benoit <marcb62185@gmail.com>
11 lines
177 B
Plaintext
11 lines
177 B
Plaintext
config irqbalance 'irqbalance'
|
|
option enabled '0'
|
|
|
|
# The default value is 10 seconds
|
|
#option interval '10'
|
|
|
|
# List of IRQ's to ignore
|
|
#list banirq '36'
|
|
#list banirq '69'
|
|
|