2008-01-29 16:31:54 +08:00
|
|
|
#
|
2020-07-23 07:10:06 +08:00
|
|
|
# Copyright (C) 2006-2020 OpenWrt.org
|
2006-12-07 07:41:38 +08: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 17:54:26 +08:00
|
|
|
PKG_NAME:=firmware-utils
|
2021-10-31 01:02:06 +08:00
|
|
|
PKG_RELEASE:=1
|
2006-12-07 07:41:38 +08:00
|
|
|
|
2021-07-05 17:54:26 +08:00
|
|
|
PKG_SOURCE_PROTO:=git
|
|
|
|
|
PKG_SOURCE_URL=$(PROJECT_GIT)/project/firmware-utils.git
|
2024-01-31 16:18:01 +08:00
|
|
|
PKG_SOURCE_DATE:=2024-01-31
|
|
|
|
|
PKG_SOURCE_VERSION:=c46b4b4ad7e77aab555bb41d6adc5554d11a83e8
|
2024-02-10 19:44:08 +08:00
|
|
|
PKG_MIRROR_HASH:=4affc0a85368ec8fc6df3719c628dd88b13ce6cc46ba2a52741a61d089e25e51
|
2009-02-05 05:09:06 +08:00
|
|
|
|
2021-07-05 17:54:26 +08:00
|
|
|
include $(INCLUDE_DIR)/host-build.mk
|
|
|
|
|
include $(INCLUDE_DIR)/cmake.mk
|
2006-12-07 07:41:38 +08:00
|
|
|
|
|
|
|
|
$(eval $(call HostBuild))
|