Skip to content

Commit f13d111

Browse files
CodeChenLRadxaYuntian
authored andcommitted
feat: add radxa-zero and radxa-zero-2pro support
Signed-off-by: Jiali Chen <chenjiali@radxa.com>
1 parent d81bac4 commit f13d111

File tree

1 file changed

+68
-0
lines changed

1 file changed

+68
-0
lines changed

debian/control

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,71 @@ Depends: linux-libc-dev-${binary:Version}-qcom,
5151
${misc:Depends},
5252
Description: Radxa Linux libc-dev meta-package for Radxa Dragon Q6A
5353
This is the meta-package for Linux libc-dev.
54+
55+
Package: linux-image-radxa-zero-2pro
56+
Architecture: all
57+
Section: kernel
58+
Priority: optional
59+
Provides: linux-image,
60+
linux-image-qcom (= 1:0.0.1-1)
61+
Depends: radxa-overlays-dkms,
62+
linux-image-${binary:Version}-qcom,
63+
${misc:Depends},
64+
Description: Radxa Linux meta-package for Radxa ZERO 2 PRO
65+
This is the meta-package for Linux kernel.
66+
67+
Package: linux-headers-radxa-zero-2pro
68+
Architecture: all
69+
Section: kernel
70+
Priority: optional
71+
Provides: linux-headers,
72+
linux-headers-qcom (= 1:0.0.1-1)
73+
Depends: linux-headers-${binary:Version}-qcom,
74+
${misc:Depends},
75+
Description: Radxa Linux headers meta-package for Radxa ZERO 2 PRO
76+
This is the meta-package for Linux headers.
77+
78+
Package: linux-libc-dev-radxa-zero-2pro
79+
Architecture: all
80+
Section: kernel
81+
Priority: optional
82+
Provides: linux-libc-dev,
83+
linux-libc-dev-qcom (= 1:0.0.1-1)
84+
Depends: linux-libc-dev-${binary:Version}-qcom,
85+
${misc:Depends},
86+
Description: Radxa Linux libc-dev meta-package for Radxa ZERO 2 PRO
87+
This is the meta-package for Linux libc-dev.
88+
89+
Package: linux-image-radxa-zero
90+
Architecture: all
91+
Section: kernel
92+
Priority: optional
93+
Provides: linux-image,
94+
linux-image-qcom (= 1:0.0.1-1)
95+
Depends: radxa-overlays-dkms,
96+
linux-image-${binary:Version}-qcom,
97+
${misc:Depends},
98+
Description: Radxa Linux meta-package for Radxa ZERO
99+
This is the meta-package for Linux kernel.
100+
101+
Package: linux-headers-radxa-zero
102+
Architecture: all
103+
Section: kernel
104+
Priority: optional
105+
Provides: linux-headers,
106+
linux-headers-qcom (= 1:0.0.1-1)
107+
Depends: linux-headers-${binary:Version}-qcom,
108+
${misc:Depends},
109+
Description: Radxa Linux headers meta-package for Radxa ZERO
110+
This is the meta-package for Linux headers.
111+
112+
Package: linux-libc-dev-radxa-zero
113+
Architecture: all
114+
Section: kernel
115+
Priority: optional
116+
Provides: linux-libc-dev,
117+
linux-libc-dev-qcom (= 1:0.0.1-1)
118+
Depends: linux-libc-dev-${binary:Version}-qcom,
119+
${misc:Depends},
120+
Description: Radxa Linux libc-dev meta-package for Radxa ZERO
121+
This is the meta-package for Linux libc-dev.

0 commit comments

Comments
 (0)