1
0

Makefile 564 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)/firmware-utils.git
  12. PKG_SOURCE_DATE:=2023-11-21
  13. PKG_SOURCE_VERSION:=12bf1a99bd6eebae90caa144bb4d8b0cd763ff8f
  14. PKG_MIRROR_HASH:=f711bf80123a6f14737da27ab8dfff87a4d429c74057de355b1693e89f223abc
  15. include $(INCLUDE_DIR)/host-build.mk
  16. include $(INCLUDE_DIR)/cmake.mk
  17. $(eval $(call HostBuild))