4e54417502
0cfd1043e6c4 zytrx: add ZyXEL LTE7490-M904 3d09357fc7b5 asusuimage: new tool for creating TRX-images compatible with AsusWRT f35781fcd2c3 asusuimage: fix compile error with old GCC release Link: https://github.com/openwrt/openwrt/pull/15840 Signed-off-by: Robert Marko <robimarko@gmail.com>
22 lines
572 B
Makefile
22 lines
572 B
Makefile
#
|
|
# 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:=2024-06-30
|
|
PKG_SOURCE_VERSION:=f35781fcd2c3c914247fdb941dc6682af5b98982
|
|
PKG_MIRROR_HASH:=02f6a4a28699f86572b05cc9d039922d72609a847c3e5978a5031de2ebf0cc6b
|
|
|
|
include $(INCLUDE_DIR)/host-build.mk
|
|
include $(INCLUDE_DIR)/cmake.mk
|
|
|
|
$(eval $(call HostBuild))
|