1ab209233682 mkzynfw: rename macros from RTL93XX to RTL_OTTO 606f25ef3ca2 mkzynfw: add board definitions for Zyxel GS1920 v2 series 162fa533b309 mkzynfw: add board definitions for GS2210 series b2d46a825a53 mkzynfw: add board definitions for Zyxel GS1920 v1 series 5c5df244b8a1 Revert "mkzynfw: add board definitions for Zyxel GS1920 v1 series" 7f28bfbc4b5a Revert "mkzynfw: add board definitions for GS2210 series" 5e1b83d1fc2b mkzynfw: add board definitions for GS2210 series 3e6b426938e8 mkzynfw: add board definitions for Zyxel GS1920 v1 series Signed-off-by: Jonas Jelonek <jelonek.jonas@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-07-19
|
|
PKG_SOURCE_VERSION:=3e6b426938e86efa0aaced903f6e22a1db2d2bc7
|
|
PKG_MIRROR_HASH:=5f313d1c40935e837909c42bd6b198feafdfd9fd0520c3bba277719aa3fbb76e
|
|
|
|
include $(INCLUDE_DIR)/host-build.mk
|
|
include $(INCLUDE_DIR)/cmake.mk
|
|
|
|
$(eval $(call HostBuild))
|