From 0ec746ccb6e87696a7a4986d87d55cda205031f0 Mon Sep 17 00:00:00 2001 From: Huangbin Zhan Date: Sat, 9 May 2020 05:43:57 +0800 Subject: treewide: add conffiles Signed-off-by: Huangbin Zhan --- utils/irqbalance/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'utils/irqbalance/Makefile') diff --git a/utils/irqbalance/Makefile b/utils/irqbalance/Makefile index c3fb14e3c..15924e279 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:=8 +PKG_RELEASE:=9 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_PROTO:=git @@ -64,6 +64,10 @@ CONFIGURE_VARS += \ GLIB2_LIBS="$(GLIB2_LIBS) \ $(ICONV_LDFLAGS) -liconv" +define Package/irqbalance/conffiles +/etc/config/irqbalance +endef + define Package/irqbalance/install $(INSTALL_DIR) $(1)/usr/sbin $(INSTALL_BIN) $(PKG_BUILD_DIR)/irqbalance $(1)/usr/sbin/ -- cgit v1.2.3