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
|
2020-02-14 13:41:06 +00:00
|
|
|
PKG_VERSION:=20200122
|
2014-04-10 14:43:30 +00:00
|
|
|
PKG_RELEASE:=1
|
|
|
|
|
2019-04-19 10:01:45 +00:00
|
|
|
PKG_SOURCE_URL:=@KERNEL/linux/kernel/firmware
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
2020-02-14 13:41:06 +00:00
|
|
|
PKG_HASH:=a30e811b3736a72b874ac27e10662f5e5409b1cadf8aab7ba88e8f8bc8083986
|
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
|
|
|
|
|
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)
|
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))
|