2008-01-29 08:31:54 +00:00
|
|
|
#
|
2020-07-22 13:10:06 -10: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 11:54:26 +02:00
|
|
|
PKG_NAME:=firmware-utils
|
2021-10-30 19:02:06 +02:00
|
|
|
PKG_RELEASE:=1
|
2006-12-06 23:41:38 +00:00
|
|
|
|
2021-07-05 11:54:26 +02:00
|
|
|
PKG_SOURCE_PROTO:=git
|
|
|
|
PKG_SOURCE_URL=$(PROJECT_GIT)/project/firmware-utils.git
|
2024-10-19 23:50:38 +02:00
|
|
|
PKG_SOURCE_DATE:=2024-10-16
|
|
|
|
PKG_SOURCE_VERSION:=88fbd52666e3b3f83ebab40f95b84f265824a729
|
|
|
|
PKG_MIRROR_HASH:=4809421286257a91b2f29e79b7bbd0852a72c6e82169b340036cca5703881232
|
2009-02-04 21:09:06 +00:00
|
|
|
|
2021-07-05 11:54:26 +02:00
|
|
|
include $(INCLUDE_DIR)/host-build.mk
|
|
|
|
include $(INCLUDE_DIR)/cmake.mk
|
2006-12-06 23:41:38 +00:00
|
|
|
|
|
|
|
$(eval $(call HostBuild))
|