• 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/mii-diag/mii-diag.mk
Karoly KaszaKaroly Kasza committed 9e20ec86b2923 Oct 2014
Raw file
Source viewDiff to previous
 
1
################################################################################
2
#
3
# mii-diag
4
#
5
################################################################################
6
​
7
MII_DIAG_VERSION = 2.11
8
MII_DIAG_SOURCE = mii-diag_$(MII_DIAG_VERSION).orig.tar.gz
9
MII_DIAG_PATCH = mii-diag_$(MII_DIAG_VERSION)-3.diff.gz
10
MII_DIAG_SITE = http://snapshot.debian.org/archive/debian/20141023T043132Z/pool/main/m/mii-diag
11
MII_DIAG_LICENSE = GPL # No version specified
12
MII_DIAG_LICENSE_FILES = mii-diag.c
13
​
14
MII_DIAG_MAKE_OPTS = $(TARGET_CONFIGURE_OPTS)
15
​
16
define MII_DIAG_DEBIAN_PATCHES
17
    if [ -d $(@D)/debian/patches ]; then \
18
        $(APPLY_PATCHES) $(@D) $(@D)/debian/patches \*.patch; \
19
    fi
20
endef
21
​
22
MII_DIAG_POST_PATCH_HOOKS = MII_DIAG_DEBIAN_PATCHES
23
​
24
define MII_DIAG_BUILD_CMDS
25
    $(MAKE) $(MII_DIAG_MAKE_OPTS) -C $(@D) mii-diag
26
endef
27
​
28
define MII_DIAG_INSTALL_TARGET_CMDS
29
    $(MAKE) DESTDIR=$(TARGET_DIR) -C $(@D) install-mii-diag
30
endef
31
​
32
$(eval $(generic-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.