2021-01-30 19:06:57 +08:00
|
|
|
#
|
2021-02-06 17:52:37 +08:00
|
|
|
# Copyright (C) 2021 ImmortalWrt
|
2021-03-01 22:14:03 +08:00
|
|
|
# <https://immortalwrt.org>
|
2021-01-30 19:06:57 +08:00
|
|
|
#
|
2022-12-12 03:29:38 +08:00
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
2021-01-30 19:06:57 +08:00
|
|
|
# See /LICENSE for more information.
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
|
|
PKG_NAME:=brcmfmac-firmware-4366c0-pcie-vendor
|
|
|
|
|
PKG_VERSION:=1
|
2021-03-23 09:26:58 +08:00
|
|
|
PKG_RELEASE:=4
|
2021-01-30 19:06:57 +08:00
|
|
|
|
2021-03-23 09:26:58 +08:00
|
|
|
include $(INCLUDE_DIR)/package.mk
|
2021-01-30 19:06:57 +08:00
|
|
|
|
|
|
|
|
define Package/brcmfmac-firmware-4366c0-pcie-vendor
|
|
|
|
|
SECTION:=firmware
|
|
|
|
|
CATEGORY:=Firmware
|
|
|
|
|
TITLE:=Broadcom 4366c0 FullMac PCIe firmware from vendor
|
|
|
|
|
CONFLICTS:=brcmfmac-firmware-4366c0-pcie
|
|
|
|
|
endef
|
|
|
|
|
|
|
|
|
|
define Build/Compile
|
|
|
|
|
true
|
|
|
|
|
endef
|
|
|
|
|
|
|
|
|
|
define Package/brcmfmac-firmware-4366c0-pcie-vendor/install
|
|
|
|
|
$(INSTALL_DIR) $(1)/lib/firmware/brcm
|
|
|
|
|
$(INSTALL_DATA) ./files/brcmfmac4366c-pcie.bin $(1)/lib/firmware/brcm/brcmfmac4366c-pcie.bin
|
|
|
|
|
endef
|
|
|
|
|
|
|
|
|
|
$(eval $(call BuildPackage,brcmfmac-firmware-4366c0-pcie-vendor))
|