firmware: add Intel/Lantiq VRX518 PPE firmware package
This firmware is used by the vrx518 tc driver. Signed-off-by: Martin Schiller <ms.3headeddevs@gmail.com> [update for new license] Signed-off-by: Andre Heider <a.heider@gmail.com> Link: https://github.com/openwrt/openwrt/pull/15550 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
committed by
Hauke Mehrtens
parent
02db8a19cb
commit
07b0e6f3d9
@@ -28,8 +28,6 @@ include $(INCLUDE_DIR)/package.mk
|
||||
PLAT_DIR:=dcdp
|
||||
PKG_EXTMOD_SUBDIRS:=$(PLAT_DIR)
|
||||
|
||||
# TODO this driver depends on the vrx518 ppe firmware, add this dependency if
|
||||
# that ever gets a compatible license
|
||||
define KernelPackage/$(PKG_NAME)
|
||||
SECTION:=sys
|
||||
CATEGORY:=Kernel modules
|
||||
@@ -39,7 +37,7 @@ define KernelPackage/$(PKG_NAME)
|
||||
CONFIG_ATM_LANE=m \
|
||||
CONFIG_ATM_MPOA=m \
|
||||
CONFIG_ATM_MPOA_INTEL_DSL_PHY_SUPPORT=y
|
||||
DEPENDS:=@TARGET_ipq40xx +kmod-vrx518_ep +kmod-crypto-md5 +kmod-atm +kmod-ipoa +br2684ctl
|
||||
DEPENDS:=@TARGET_ipq40xx +kmod-vrx518_ep +vrx518_ppe_fw +kmod-crypto-md5 +kmod-atm +kmod-ipoa +br2684ctl
|
||||
AUTOLOAD:=$(call AutoLoad,27,vrx518_tc)
|
||||
FILES:=$(PKG_BUILD_DIR)/$(PLAT_DIR)/$(PKG_NAME).ko
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user