2008-01-29 08:31:54 +00:00
|
|
|
#
|
2020-07-22 23:10:06 +00:00
|
|
|
# Copyright (C) 2006-2020 OpenWrt.org
|
2006-12-06 23:41:38 +00:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
2021-07-05 09:54:26 +00:00
|
|
|
PKG_NAME:=firmware-utils
|
2021-10-30 17:02:06 +00:00
|
|
|
PKG_RELEASE:=1
|
2006-12-06 23:41:38 +00:00
|
|
|
|
2021-07-05 09:54:26 +00:00
|
|
|
PKG_SOURCE_PROTO:=git
|
|
|
|
PKG_SOURCE_URL=$(PROJECT_GIT)/project/firmware-utils.git
|
2022-04-23 19:57:09 +00:00
|
|
|
PKG_SOURCE_DATE:=2022-04-23
|
|
|
|
PKG_SOURCE_VERSION:=05fd7007b0c842cb560b83f07b50282733ccf2ca
|
|
|
|
PKG_MIRROR_HASH:=58a0578cd1a8bf934dc683fc3cced6208b17f528fe2f0329f169ea50eb83bc76
|
2009-02-04 21:09:06 +00:00
|
|
|
|
2021-07-05 09:54:26 +00:00
|
|
|
include $(INCLUDE_DIR)/host-build.mk
|
|
|
|
include $(INCLUDE_DIR)/cmake.mk
|
2006-12-06 23:41:38 +00:00
|
|
|
|
|
|
|
$(eval $(call HostBuild))
|