Commit 02db8a1 1 parent 6c45f35 commit 02db8a1 Copy full SHA for 02db8a1
File tree 2 files changed +41
-3
lines changed
firmware/lantiq/vrx518_aca_fw
2 files changed +41
-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: =vrx518_aca_fw
6
+ PKG_VERSION: =1.5.0
7
+ PKG_RELEASE: =1
8
+
9
+ PKG_SOURCE_PROTO: =git
10
+ PKG_SOURCE_URL: =https://gitlab.com/prpl-foundation/intel/vrx518_aca_fw.git
11
+ PKG_SOURCE_VERSION: =c509b89c77c26a7df0f0999aabf78b82ca9c9ff0
12
+ PKG_MIRROR_HASH: =fba91071f18599617434d93e78c67dad91b3e4c5811b77c15961e3a13b506d2e
13
+
14
+ PKG_LICENSE: =MaxLinear-Software-License-Agreement
15
+ PKG_LICENSE_FILES: =platform/xrx500/LICENSE
16
+
17
+ include $(INCLUDE_DIR ) /package.mk
18
+
19
+ define Package/$(PKG_NAME)
20
+ SECTION:=firmware
21
+ CATEGORY:=Firmware
22
+ TITLE:=VRX518 ACA firmware
23
+ URL:=http://www.intel.com
24
+ DEPENDS:=@TARGET_ipq40xx
25
+ endef
26
+
27
+ define Package/$(PKG_NAME)/description
28
+ VRX518 ACA firmware
29
+ endef
30
+
31
+ define Build/Compile
32
+ endef
33
+
34
+ define Package/$(PKG_NAME)/install
35
+ $(INSTALL_DIR ) $(1 ) /lib/firmware/09a9
36
+ $(INSTALL_DATA ) $(PKG_BUILD_DIR ) /platform/xrx500/LICENSE $(1 ) /lib/firmware/09a9/aca_fw.bin.LICENSE
37
+ $(INSTALL_DATA ) $(PKG_BUILD_DIR ) /platform/xrx500/aca_fw.bin $(1 ) /lib/firmware/09a9
38
+ endef
39
+
40
+ $(eval $(call BuildPackage,$(PKG_NAME)))
Original file line number Diff line number Diff line change @@ -15,14 +15,12 @@ PKG_LICENSE:=GPL-2.0
15
15
16
16
include $(INCLUDE_DIR ) /package.mk
17
17
18
- # TODO this driver depends on the vrx518 aca firmware, add this dependency if
19
- # that ever gets a compatible license
20
18
define KernelPackage/vrx518_ep
21
19
SECTION:=sys
22
20
CATEGORY:=Kernel modules
23
21
SUBMENU:=Network Devices
24
22
TITLE:=VRX518 EP Support
25
- DEPENDS:=@TARGET_ipq40xx
23
+ DEPENDS:=@TARGET_ipq40xx +vrx518_aca_fw
26
24
AUTOLOAD:=$(call AutoLoad,26,vrx518)
27
25
FILES:=$(PKG_BUILD_DIR ) /vrx518.ko
28
26
endef
You can’t perform that action at this time.
0 commit comments