| b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame] | 1 | # |
| 2 | # Copyright (C) 2006-2020 OpenWrt.org |
| 3 | # |
| 4 | # This is free software, licensed under the GNU General Public License v2. |
| 5 | # See /LICENSE for more information. |
| 6 | # |
| 7 | include $(TOPDIR)/rules.mk |
| 8 | |
| 9 | PKG_NAME:=firmware-utils |
| 10 | PKG_RELEASE:=1 |
| 11 | |
| 12 | PKG_SOURCE_PROTO:=git |
| 13 | PKG_SOURCE_URL=$(PROJECT_GIT)/project/firmware-utils.git |
| 14 | PKG_SOURCE_DATE:=2025-02-16 |
| 15 | PKG_SOURCE_VERSION:=5d1446bf57d6490573dc71f10c05e83b36d44374 |
| 16 | PKG_MIRROR_HASH:=e054ea416f5a596f681bba593f71dfbe8149361432d7c17f2374c60dfe227749 |
| 17 | |
| 18 | include $(INCLUDE_DIR)/host-build.mk |
| 19 | include $(INCLUDE_DIR)/cmake.mk |
| 20 | |
| 21 | $(eval $(call HostBuild)) |