# # Copyright (C) 2014 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:=linux-firmware PKG_VERSION:=20251024 PKG_RELEASE:=1 PKG_SOURCE_URL:=https://github.com/pesa1234/linux-firmware.git PKG_SOURCE_PROTO:=git PKG_SOURCE_DATE:=2025-10-24 PKG_SOURCE_VERSION:=b641381eea9c8e005fe968bfe858b97dc0562833 PKG_MIRROR_HASH:=28bbea69b50ee1598f15c43b1b878878edf987a96a489218ef2928ee051e600f PKG_MAINTAINER:=Felix Fietkau SCAN_DEPS = *.mk include $(INCLUDE_DIR)/package.mk RSTRIP:=: STRIP:=: define Package/firmware-default SECTION:=firmware CATEGORY:=Firmware URL:=https://github.com/pesa1234/linux-firmware.git TITLE:=$(1) DEPENDS:=$(2) LICENSE_FILES:=$(3) LICENSE:=$(4) endef define Build/Compile endef include $(wildcard ./*.mk) #$(eval $(call BuildPackage,linux-firmware))