|  | # | 
|  | # 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:=20240513 | 
|  | PKG_RELEASE:=1 | 
|  |  | 
|  | PKG_SOURCE_URL:=@KERNEL/linux/kernel/firmware | 
|  | PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz | 
|  | PKG_HASH:=9f05edb99668135d37cedc4fdd18aac2802dc9e4566e086e6c6c2e321f3ecc4e | 
|  |  | 
|  | PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name> | 
|  |  | 
|  | SCAN_DEPS = *.mk | 
|  |  | 
|  | include $(INCLUDE_DIR)/package.mk | 
|  |  | 
|  | RSTRIP:=: | 
|  | STRIP:=: | 
|  |  | 
|  | define Package/firmware-default | 
|  | SECTION:=firmware | 
|  | CATEGORY:=Firmware | 
|  | URL:=http://git.kernel.org/cgit/linux/kernel/git/firmware/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)) |