• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/irqbalance/irqbalance.mk
Rahul BedarkarRahul Bedarkar committed af31c309e7330 Mar 2017
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
################################################################################
2
#
3
# irqbalance
4
#
5
################################################################################
6
​
7
IRQBALANCE_VERSION = v1.0.9
8
IRQBALANCE_SITE = $(call github,irqbalance,irqbalance,$(IRQBALANCE_VERSION))
9
IRQBALANCE_LICENSE = GPL-2.0
10
IRQBALANCE_LICENSE_FILES = COPYING
11
IRQBALANCE_DEPENDENCIES = host-pkgconf
12
# Autoreconf needed because package is distributed without a configure script
13
IRQBALANCE_AUTORECONF = YES
14
​
15
# This would be done by the package's autogen.sh script
16
define IRQBALANCE_PRECONFIGURE
17
    mkdir -p $(@D)/m4
18
endef
19
​
20
IRQBALANCE_PRE_CONFIGURE_HOOKS += IRQBALANCE_PRECONFIGURE
21
​
22
define IRQBALANCE_INSTALL_INIT_SYSV
23
    $(INSTALL) -D -m 755 package/irqbalance/S13irqbalance \
24
        $(TARGET_DIR)/etc/init.d/S13irqbalance
25
endef
26
​
27
define IRQBALANCE_INSTALL_INIT_SYSTEMD
28
    $(INSTALL) -D -m 644 package/irqbalance/irqbalance.service \
29
        $(TARGET_DIR)/usr/lib/systemd/system/irqbalance.service
30
    mkdir -p $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants
31
    ln -fs ../../../../usr/lib/systemd/system/irqbalance.service \
32
        $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants/irqbalance.service
33
endef
34
​
35
$(eval $(autotools-package))
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.