| # |
| # 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 |
| PKG_SOURCE_DATE:=2025-02-16 |
| PKG_SOURCE_VERSION:=5d1446bf57d6490573dc71f10c05e83b36d44374 |
| PKG_MIRROR_HASH:=e054ea416f5a596f681bba593f71dfbe8149361432d7c17f2374c60dfe227749 |
| |
| include $(INCLUDE_DIR)/host-build.mk |
| include $(INCLUDE_DIR)/cmake.mk |
| |
| $(eval $(call HostBuild)) |