Makefile 572 B

123456789101112131415161718192021
  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. PKG_NAME:=firmware-utils
  9. PKG_RELEASE:=1
  10. PKG_SOURCE_PROTO:=git
  11. PKG_SOURCE_URL=$(PROJECT_GIT)/project/firmware-utils.git
  12. PKG_SOURCE_DATE:=2026-04-09
  13. PKG_SOURCE_VERSION:=f3b02a2f2e39f580b5334efbc382b4b9afe61f0b
  14. PKG_MIRROR_HASH:=919afcde55baee1ded81ee4e5738a928451a5fe21425ffd40b9e1a2a5930134d
  15. include $(INCLUDE_DIR)/host-build.mk
  16. include $(INCLUDE_DIR)/cmake.mk
  17. $(eval $(call HostBuild))