We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89383a0 commit 83744ceCopy full SHA for 83744ce
image-customization.lua
@@ -25,16 +25,29 @@ packages {
25
'tecff-broken-wlan-workaround',
26
}
27
28
+reduced_packages = device({
29
+ 'openmesh-om2p-v1',
30
+ 'openmesh-om2p-v2',
31
+ 'openmesh-om2p-v4',
32
+ 'openmesh-om2p-hs-v1',
33
+ 'openmesh-om2p-hs-v2',
34
+ 'openmesh-om2p-hs-v3',
35
+ 'openmesh-om2p-hs-v4',
36
+ 'openmesh-om2p-lc',
37
+})
38
+
39
if not device_class('tiny') then
40
features {
41
'tls',
42
'wireless-encryption-wpa3',
43
- packages {
- 'openssh-sftp-server',
- 'ffac-autoupdater-wifi-fallback',
- 'ffmuc-custom-banner',
- }
44
+ if not reduced_packages then
45
+ packages {
46
+ 'openssh-sftp-server',
47
+ 'ffac-autoupdater-wifi-fallback',
48
+ 'ffmuc-custom-banner',
49
+ }
50
+ end
51
end
52
53
if device({
0 commit comments