b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame] | 1 | # |
| 2 | # Copyright (C) 2014 OpenWrt.org |
| 3 | # |
| 4 | # This is free software, licensed under the GNU General Public License v2. |
| 5 | # See /LICENSE for more information. |
| 6 | # |
| 7 | |
| 8 | include $(TOPDIR)/rules.mk |
| 9 | |
| 10 | PKG_NAME:=linux-firmware |
| 11 | PKG_VERSION:=20240513 |
| 12 | PKG_RELEASE:=1 |
| 13 | |
| 14 | PKG_SOURCE_URL:=@KERNEL/linux/kernel/firmware |
| 15 | PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz |
| 16 | PKG_HASH:=9f05edb99668135d37cedc4fdd18aac2802dc9e4566e086e6c6c2e321f3ecc4e |
| 17 | |
| 18 | PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name> |
| 19 | |
| 20 | SCAN_DEPS = *.mk |
| 21 | |
| 22 | include $(INCLUDE_DIR)/package.mk |
| 23 | |
| 24 | RSTRIP:=: |
| 25 | STRIP:=: |
| 26 | |
| 27 | define Package/firmware-default |
| 28 | SECTION:=firmware |
| 29 | CATEGORY:=Firmware |
| 30 | URL:=http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git |
| 31 | TITLE:=$(1) |
| 32 | DEPENDS:=$(2) |
| 33 | LICENSE_FILES:=$(3) |
| 34 | LICENSE:=$(4) |
| 35 | endef |
| 36 | |
| 37 | define Build/Compile |
| 38 | |
| 39 | endef |
| 40 | |
| 41 | include $(wildcard ./*.mk) |
| 42 | #$(eval $(call BuildPackage,linux-firmware)) |