mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00
rockchip: add photonicat-firmware for photonicat wireless
This commit is contained in:
parent
4b0ca23c81
commit
460dc30390
31
package/firmware/photonicat-firmware/Makefile
Normal file
31
package/firmware/photonicat-firmware/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=photonicat-firmware
|
||||
PKG_RELEASE:=1
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
RSTRIP:=:
|
||||
STRIP:=:
|
||||
|
||||
define Package/photonicat-firmware
|
||||
SECTION:=firmware
|
||||
CATEGORY:=Firmware
|
||||
TITLE:=$(1)
|
||||
DEPENDS:=$(2)
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
endef
|
||||
|
||||
define Package/photonicat-firmware/install
|
||||
$(INSTALL_DIR) $(1)/lib/firmware/ath10k/QCA9377/hw1.0
|
||||
$(INSTALL_DATA) \
|
||||
./files/board.bin \
|
||||
$(1)/lib/firmware/ath10k/QCA9377/hw1.0/board.bin
|
||||
$(INSTALL_DATA) \
|
||||
./files/firmware-sdio-5.bin \
|
||||
$(1)/lib/firmware/ath10k/QCA9377/hw1.0/firmware-sdio-5.bin
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,photonicat-firmware))
|
BIN
package/firmware/photonicat-firmware/files/board.bin
Normal file
BIN
package/firmware/photonicat-firmware/files/board.bin
Normal file
Binary file not shown.
BIN
package/firmware/photonicat-firmware/files/firmware-sdio-5.bin
Normal file
BIN
package/firmware/photonicat-firmware/files/firmware-sdio-5.bin
Normal file
Binary file not shown.
@ -8,7 +8,7 @@ define Device/ariaboard_photonicat
|
||||
SOC := rk3568
|
||||
UBOOT_DEVICE_NAME := photonicat-rk3568
|
||||
IMAGE/sysupgrade.img.gz := boot-common | boot-script nanopi-r5s | pine64-img | gzip | append-metadata
|
||||
DEVICE_PACKAGES := ath10k-firmware-qca9377-sdio kmod-ath10k kmod-ath10k-sdio pcat-manager wpad
|
||||
DEVICE_PACKAGES := photonicat-firmware kmod-ath10k kmod-ath10k-sdio pcat-manager wpad
|
||||
endef
|
||||
TARGET_DEVICES += ariaboard_photonicat
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user