2014-04-10 14:43:30 +00:00
|
|
|
#
|
|
|
|
# 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
|
2024-05-26 22:40:49 +00:00
|
|
|
PKG_VERSION:=20240513
|
2024-02-22 20:33:45 +00:00
|
|
|
PKG_RELEASE:=1
|
2014-04-10 14:43:30 +00:00
|
|
|
|
2019-04-19 10:01:45 +00:00
|
|
|
PKG_SOURCE_URL:=@KERNEL/linux/kernel/firmware
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
2024-05-26 22:40:49 +00:00
|
|
|
PKG_HASH:=9f05edb99668135d37cedc4fdd18aac2802dc9e4566e086e6c6c2e321f3ecc4e
|
2014-04-10 14:43:30 +00:00
|
|
|
|
2016-06-07 06:58:31 +00:00
|
|
|
PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name>
|
2014-04-10 14:43:30 +00:00
|
|
|
|
2016-01-10 16:36:17 +00:00
|
|
|
SCAN_DEPS = *.mk
|
|
|
|
|
2014-04-10 14:43:30 +00:00
|
|
|
include $(INCLUDE_DIR)/package.mk
|
|
|
|
|
2022-12-28 21:57:49 +00:00
|
|
|
RSTRIP:=:
|
|
|
|
STRIP:=:
|
|
|
|
|
2016-01-10 16:35:46 +00:00
|
|
|
define Package/firmware-default
|
2015-10-19 10:10:14 +00:00
|
|
|
SECTION:=firmware
|
|
|
|
CATEGORY:=Firmware
|
|
|
|
URL:=http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git
|
2016-01-10 16:35:46 +00:00
|
|
|
TITLE:=$(1)
|
2020-11-25 10:33:55 +00:00
|
|
|
DEPENDS:=$(2)
|
2024-03-13 12:21:34 +00:00
|
|
|
LICENSE_FILES:=$(3)
|
|
|
|
LICENSE:=$(4)
|
2015-10-19 10:10:14 +00:00
|
|
|
endef
|
|
|
|
|
2016-01-10 16:35:46 +00:00
|
|
|
define Build/Compile
|
|
|
|
|
|
|
|
endef
|
|
|
|
|
2016-01-10 16:35:40 +00:00
|
|
|
include $(wildcard ./*.mk)
|
2016-01-10 16:35:53 +00:00
|
|
|
#$(eval $(call BuildPackage,linux-firmware))
|