mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
irqbalance: add init script
Signed-off-by: Aleksandr Mezin <mezin.alexander@gmail.com>
This commit is contained in:
committed by
Hannu Nyman
parent
e053ce17c7
commit
df14fa949f
@@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=irqbalance
|
||||
PKG_VERSION:=1.2.0
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=3
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||
PKG_SOURCE_PROTO:=git
|
||||
@@ -47,6 +47,8 @@ CONFIGURE_ARGS+= \
|
||||
define Package/irqbalance/install
|
||||
$(INSTALL_DIR) $(1)/usr/sbin
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/irqbalance $(1)/usr/sbin/
|
||||
$(INSTALL_DIR) $(1)/etc/init.d
|
||||
$(INSTALL_BIN) ./files/irqbalance.init $(1)/etc/init.d/irqbalance
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,irqbalance))
|
||||
|
||||
Reference in New Issue
Block a user