2022-05-11 18:22:31 +00:00
|
|
|
#
|
|
|
|
# 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
|
2023-01-13 20:28:16 +00:00
|
|
|
PKG_SOURCE_DATE:=2022-12-15
|
|
|
|
PKG_SOURCE_VERSION:=bd856eff48509fa4511169ee55f639ede8dd4ac6
|
|
|
|
PKG_MIRROR_HASH:=4dc754b403b10f43dc2871f17ef7b223c85ad3b14c57899497f0b6bb304756d9
|
2022-05-11 18:22:31 +00:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/host-build.mk
|
|
|
|
include $(INCLUDE_DIR)/cmake.mk
|
|
|
|
|
|
|
|
$(eval $(call HostBuild))
|