2017-09-06 19:19:45 +08:00
|
|
|
#
|
kernel: bump to 4.14.193, 4.19.138, 5.4.59 (#5350)
kernel: bump to 4.14.193, 4.19.138, 5.4.59 (#5350)
431fb8c mac80211: add AQL improvements
6bdd4c9 mac80211: add missing backports for building with 4.14 kernels
0106820 mac80211: add missing return code checks in AQL improvements
e7f7101 mac80211: rework encapsulation offload support
[package]
base-files: add function for generating random MAC
dnsmasq: abort dhcp_check on interface state
boot: sync upstream source code
ath10k-ct-firmware/mt76/sch_cake: update to latest git HEAD
[script]
download: add China Mirror Station
[target]
Sync: arc770, ath79, bcm63xx, kirkwood, lantiq, layerscape,
mediatek, mvebu, octeon, oxnas, pistachio, uml
Sync most of the target patches.
Run-compiled-on: ipq40xx (4.19 & 5.4), ramips
2020-08-26 11:31:50 +08:00
|
|
|
# Copyright (C) 2006-2020 OpenWrt.org
|
2017-09-06 19:19:45 +08:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
2021-10-16 00:19:28 +08:00
|
|
|
PKG_NAME:=firmware-utils
|
2021-10-30 19:02:06 +02:00
|
|
|
PKG_RELEASE:=1
|
2017-09-06 19:19:45 +08:00
|
|
|
|
2021-10-16 00:19:28 +08:00
|
|
|
PKG_SOURCE_PROTO:=git
|
|
|
|
PKG_SOURCE_URL=$(PROJECT_GIT)/project/firmware-utils.git
|
2024-12-02 18:53:09 +08:00
|
|
|
PKG_SOURCE_DATE:=2024-10-20
|
|
|
|
PKG_SOURCE_VERSION:=4b7638925d3eac03e614e40bc30cb49f5877c46d
|
2024-12-07 23:35:19 +08:00
|
|
|
PKG_MIRROR_HASH:=849193bcd9b7be96eada2219f3e8b2d229186cae4e4b7a8746375480fbcd2683
|
2017-09-06 19:19:45 +08:00
|
|
|
|
2021-10-16 00:19:28 +08:00
|
|
|
include $(INCLUDE_DIR)/host-build.mk
|
|
|
|
include $(INCLUDE_DIR)/cmake.mk
|
2017-09-06 19:19:45 +08:00
|
|
|
|
|
|
|
$(eval $(call HostBuild))
|