Commit 13eb1f5 1 parent 07b0e6f commit 13eb1f5 Copy full SHA for 13eb1f5
File tree 2 files changed +44
-3
lines changed
firmware/lantiq/dsl_vr11_firmware_xdsl
kernel/lantiq/ltq-vdsl-vr11
2 files changed +44
-3
lines changed Original file line number Diff line number Diff line change
1
+ # SPDX-License-Identifier: GPL-2.0-or-later
2
+
3
+ include $(TOPDIR ) /rules.mk
4
+
5
+ PKG_NAME: =dsl_vr11_firmware_xdsl
6
+ PKG_VERSION: =8.13.1.5.0.7
7
+ PKG_RELEASE: =1
8
+
9
+ PKG_SOURCE_PROTO: =git
10
+ PKG_SOURCE_URL: =https://gitlab.com/prpl-foundation/intel/dsl_vr11_firmware_xdsl.git
11
+ PKG_SOURCE_VERSION: =99cf1fe7a1711b9aa128eeb8419eab698448df9f
12
+ PKG_MIRROR_HASH: =7fb37723f8db2558d774ba972f011598d2399609158c5dbc287eca0873b040f1
13
+
14
+ PKG_LICENSE: =MaxLinear-Software-License-Agreement
15
+ PKG_LICENSE_FILES: =LICENSE
16
+
17
+ include $(INCLUDE_DIR ) /package.mk
18
+
19
+ ANNEX_A_VER: =8D1507_8D0901
20
+
21
+ define Package/$(PKG_NAME)
22
+ SECTION:=firmware
23
+ CATEGORY:=Firmware
24
+ TITLE:=VRX518 / VR11 CPE xDSL Annex A firmware
25
+ URL:=http://www.intel.com
26
+ DEPENDS:=@TARGET_ipq40xx
27
+ endef
28
+
29
+ define Package/$(PKG_NAME)/description
30
+ VRX518 / VR11 CPE VDSL and ADSL Annex A firmware
31
+ endef
32
+
33
+ define Build/Compile
34
+ endef
35
+
36
+ define Package/$(PKG_NAME)/install
37
+ $(INSTALL_DIR ) $(1 ) /lib/firmware/
38
+ $(INSTALL_DATA ) $(PKG_BUILD_DIR ) /LICENSE $(1 ) /lib/firmware/xcpe_$(ANNEX_A_VER ) .bin.LICENSE
39
+ $(INSTALL_DATA ) $(PKG_BUILD_DIR ) /xcpe_$(ANNEX_A_VER ) .bin $(1 ) /lib/firmware/
40
+ ln -s xcpe_$(ANNEX_A_VER ) .bin $(1 ) /lib/firmware/vdsl.bin
41
+ endef
42
+
43
+ $(eval $(call BuildPackage,$(PKG_NAME)))
Original file line number Diff line number Diff line change @@ -27,13 +27,11 @@ PKG_BUILD_FLAGS:=no-mold
27
27
28
28
include $(INCLUDE_DIR ) /package.mk
29
29
30
- # TODO this driver depends on the vrx518 dsl firmware, add this dependency if
31
- # that ever gets a compatible license
32
30
define KernelPackage/ltq-vdsl-vr11
33
31
TITLE:=vdsl driver
34
32
SECTION:=sys
35
33
SUBMENU:=Network Devices
36
- DEPENDS:=@TARGET_ipq40xx +kmod-ltq-vdsl-vr11-mei
34
+ DEPENDS:=@TARGET_ipq40xx +kmod-ltq-vdsl-vr11-mei +dsl_vr11_firmware_xdsl
37
35
FILES:=$(PKG_BUILD_DIR ) /src/drv_dsl_cpe_api.ko
38
36
AUTOLOAD:=$(call AutoLoad,51,drv_dsl_cpe_api)
39
37
endef
You can’t perform that action at this time.
0 commit comments