• 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/crda/crda.mk
Gustavo ZacariasGustavo Zacarias committed 41e12ab4b4430 Mar 2016
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
################################################################################
2
#
3
# crda
4
#
5
################################################################################
6
​
7
CRDA_VERSION = 3.18
8
CRDA_SOURCE = crda-$(CRDA_VERSION).tar.xz
9
CRDA_SITE = $(BR2_KERNEL_MIRROR)/software/network/crda
10
CRDA_DEPENDENCIES = host-pkgconf host-python-pycrypto libnl libgcrypt
11
CRDA_LICENSE = ISC
12
CRDA_LICENSE_FILES = LICENSE
13
​
14
define CRDA_BUILD_CMDS
15
    $(TARGET_CONFIGURE_OPTS) \
16
        $(MAKE) all_noverify -C $(@D)
17
endef
18
​
19
define CRDA_INSTALL_TARGET_CMDS
20
    $(TARGET_CONFIGURE_OPTS) $(MAKE) install -C $(@D) DESTDIR=$(TARGET_DIR)
21
endef
22
​
23
$(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.