Skip to content

Commit

Permalink
Fix k3-firmware dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
coolsnowwolf committed Jan 29, 2024
1 parent 8a89f46 commit 2feb51e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,8 @@ PKG_RELEASE:=2
include $(INCLUDE_DIR)/package.mk

define Package/k3wifi
TITLE:=k3wifi
DEPENDS:=
URL:=http://www.k3wifi.com/
endef

define Package/k3wifi/description
k3wifi fw
TITLE:=k3 wifi fw
DEPENDS:=@TARGET_bcm53xx
endef

define Build/Prepare
Expand All @@ -32,10 +27,8 @@ define Build/Compile
endef

define Package/k3wifi/install
$(INSTALL_DIR) $(1)/lib
$(INSTALL_DIR) $(1)/lib/firmware
$(INSTALL_DIR) $(1)/lib/firmware/brcm
$(INSTALL_DATA) ./files/lib/firmware/brcm/brcmfmac4366c-pcie.bin $(1)/lib/firmware/brcm/brcmfmac4366c-pcie.bin
$(INSTALL_BIN) ./files/brcmfmac4366c-pcie.bin $(1)/lib/firmware/brcm/
endef

$(eval $(call BuildPackage,k3wifi))

0 comments on commit 2feb51e

Please sign in to comment.