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
|
2019-12-15 16:43:08 +00:00
|
|
|
PKG_VERSION:=20191215
|
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
|
2019-12-15 16:43:08 +00:00
|
|
|
PKG_HASH:=c2068ff4a797c0f2c3edbb9488f82a48bca8a995855ea21310a8346195c0ae56
|
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))
|