Skip to content
Snippets Groups Projects
Commit dcbaee4e authored by John Crispin's avatar John Crispin
Browse files

uboot-lantiq: reuse/copy VR9 GPHY firmware blobs from target/linux/lantiq


Signed-off-by: default avatarDaniel Schwierzeck <daniel.schwierzeck@gmail.com>

SVN-Revision: 40487
parent 28fcb00b
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,8 @@ PKG_TARGETS:=bin
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)
FIRMWARE_LANTIQ_SOURCE:=$(TOPDIR)/target/linux/lantiq/files/firmware/lantiq
include $(INCLUDE_DIR)/package.mk
define uboot/Default
......@@ -202,6 +204,19 @@ define BuildUBootPackage
$(call Package/uboot/template,$(1),$(TITLE))
endef
define CopyVR9Firmware
$(CP) $(FIRMWARE_LANTIQ_SOURCE)/vr9_phy$(1)_a$(2)x.bin \
$(PKG_BUILD_DIR)/arch/mips/cpu/mips32/vrx200/fw_phy$(1)_a$(2)x.blob
endef
define Build/Prepare
$(call Build/Prepare/Default)
$(call CopyVR9Firmware,11g,1)
$(call CopyVR9Firmware,11g,2)
$(call CopyVR9Firmware,22f,1)
$(call CopyVR9Firmware,22f,2)
endef
define Build/Configure
$(MAKE) -C $(PKG_BUILD_DIR) $(BUILD_VARIANT)_config
endef
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment