From b6078559cdd47b4def5bb44dd46759a8591f3e4f Mon Sep 17 00:00:00 2001 From: Marc Benoit Date: Tue, 3 Mar 2020 07:48:27 -0500 Subject: irqbalance: support reload_config & start later Added support for reload_config This service does not need to start so early (even before the netwrok is up). Start it after the device is mostly up and operational. Compile-tested on: ipq806x Runtime-tested on: ipq806x Signed-off-by: Marc Benoit --- utils/irqbalance/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/irqbalance/Makefile') diff --git a/utils/irqbalance/Makefile b/utils/irqbalance/Makefile index a0ebac2da..88172afdd 100644 --- a/utils/irqbalance/Makefile +++ b/utils/irqbalance/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=irqbalance PKG_VERSION:=1.6.0 -PKG_RELEASE:=6 +PKG_RELEASE:=7 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_PROTO:=git -- cgit v1.2.3