summaryrefslogtreecommitdiffstats
path: root/tools/firmware-utils/Makefile
blob: 686cf6d910d50f0de0c69387cb3a7e496853b36b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
# Copyright (C) 2006-2020 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
include $(TOPDIR)/rules.mk

PKG_NAME:=firmware-utils
PKG_RELEASE:=1

PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(PROJECT_GIT)/project/firmware-utils.git
PKG_SOURCE_DATE:=2026-05-04
PKG_SOURCE_VERSION:=1a4153f4c70111036007760a8411232423b6e11e
PKG_MIRROR_HASH:=af3cae88cc3c7fdbc0b6416762a4d49d2eef31adce759c6fb65ce4d450e91ecf

include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/cmake.mk

$(eval $(call HostBuild))