firmware: add Intel/Lantiq VRX518 ACA firmware package
This firmware is used by the vrx518 ep 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
6c45f3527f
commit
02db8a19cb
@@ -15,14 +15,12 @@ PKG_LICENSE:=GPL-2.0
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
# TODO this driver depends on the vrx518 aca firmware, add this dependency if
|
||||
# that ever gets a compatible license
|
||||
define KernelPackage/vrx518_ep
|
||||
SECTION:=sys
|
||||
CATEGORY:=Kernel modules
|
||||
SUBMENU:=Network Devices
|
||||
TITLE:=VRX518 EP Support
|
||||
DEPENDS:=@TARGET_ipq40xx
|
||||
DEPENDS:=@TARGET_ipq40xx +vrx518_aca_fw
|
||||
AUTOLOAD:=$(call AutoLoad,26,vrx518)
|
||||
FILES:=$(PKG_BUILD_DIR)/vrx518.ko
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user