treewide: add conffiles
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
(cherry-picked irqbalance section from from 0ec746ccb6
)
This commit is contained in:
parent
ca6751a7d0
commit
4a129a996c
1 changed files with 5 additions and 1 deletions
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue