mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-05-05 01:46:11 +02:00
7350dc7766f6 tplink-safeloader: add support for Festa F61 f3b02a2f2e39 mkzynfw: add board definitions for Zyxel XS1930 switches Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com> Link: https://github.com/openwrt/openwrt/pull/22827 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
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:=2026-04-09
|
|
PKG_SOURCE_VERSION:=f3b02a2f2e39f580b5334efbc382b4b9afe61f0b
|
|
PKG_MIRROR_HASH:=919afcde55baee1ded81ee4e5738a928451a5fe21425ffd40b9e1a2a5930134d
|
|
|
|
include $(INCLUDE_DIR)/host-build.mk
|
|
include $(INCLUDE_DIR)/cmake.mk
|
|
|
|
$(eval $(call HostBuild))
|