mirror of
https://github.com/openwrt/openwrt.git
synced 2026-06-17 14:50:15 +04:00
8de418547f
d21804addba6 add XikeStor SKS7300 image generation utility 7806c09361d2 mkzynfw: add board definitions for Zyxel XMG1915 switches 1a4153f4c701 mkzynfw: add board definitions for XGS1930 series Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com> Link: https://github.com/openwrt/openwrt/pull/23221 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:=2026-05-04
|
|
PKG_SOURCE_VERSION:=1a4153f4c70111036007760a8411232423b6e11e
|
|
PKG_MIRROR_HASH:=af3cae88cc3c7fdbc0b6416762a4d49d2eef31adce759c6fb65ce4d450e91ecf
|
|
|
|
include $(INCLUDE_DIR)/host-build.mk
|
|
include $(INCLUDE_DIR)/cmake.mk
|
|
|
|
$(eval $(call HostBuild))
|