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
|
|
|
|
PKG_RELEASE:=1
|
|
|
|
|
|
|
|
PKG_SOURCE_PROTO:=git
|
2016-12-21 21:17:48 +00:00
|
|
|
PKG_SOURCE_URL:=https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
|
2017-07-07 07:35:20 +00:00
|
|
|
PKG_SOURCE_DATE:=2017-09-06
|
|
|
|
PKG_SOURCE_VERSION:=a61ac5cf8374edbfe692d12f805a1b194f7fead2
|
|
|
|
PKG_MIRROR_HASH:=b827bf760de57b907df159c8d38d7c3fb5b4a691781114c47739e20bffb3a312
|
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))
|