Changeset - efe960906ce4
[Not reviewed]
0 1 0
x - 1 month ago 2025-09-12 14:34:59
xbr@c3l.lu
experimental: remove x86 modules

The modules were ported from an older config, unknown if needed.
site-ffda (Darmstadt) seems not not use them, or have any mention of
them. Additionally, we do not currently have any x86 devices in the
network.

Removal of legacy info makes the config easier to grasp.
1 file changed with 0 insertions and 29 deletions:
0 comments (0 inline, 0 general)
site_config/experimental/site/image-customization.lua
Show inline comments
 
@@ -15,53 +15,24 @@ features {
 
packages {
 
    'gluon-mesh-batman-adv-15',
 
    'gluon-autoupdater',
 
    'gluon-config-mode-autoupdater',
 
    'gluon-config-mode-hostname',
 
    'gluon-config-mode-mesh-vpn',
 
    'gluon-config-mode-geo-location',
 
    'gluon-config-mode-contact-info',
 
    'gluon-config-mode-core',
 
    'gluon-ebtables-filter-multicast',
 
    'gluon-ebtables-filter-ra-dhcp',
 
    'gluon-web-admin',
 
    'gluon-web-autoupdater',
 
    'gluon-web-wifi-config',
 
    'gluon-web-private-wifi',
 
    'gluon-mesh-vpn-fastd',
 
    'gluon-radvd',
 
    'gluon-respondd',
 
    'gluon-setup-mode',
 
    'gluon-status-page',
 
    'gluon-ssid-changer',
 
    'respondd-module-airtime',
 
    'iwinfo',
 
}
 

	
 
-- this is legacy and was ported over from the previous file
 
-- unsure if needed or has any use
 
usb_x86_generic_network_modules = {
 
    'kmod-usb-ohci-pci',
 
    'kmod-sky2',
 
    'kmod-atl2',
 
    'kmod-igb',
 
    'kmod-3c59x',
 
    'kmod-e100',
 
    'kmod-e1000',
 
    'kmod-e1000e',
 
    'kmod-natsemi',
 
    'kmod-ne2k-pci',
 
    'kmod-pcnet32',
 
    'kmod-8139too',
 
    'kmod-r8169',
 
    'kmod-sis900',
 
    'kmod-tg3',
 
    'kmod-via-rhine',
 
    'kmod-via-velocity',
 
    'kmod-forcedeth',
 
    'kmod-iwlwifi',
 
}
 

	
 
if target('x86', '64') or target('x86', 'generic') then
 
    packages(usb_x86_generic_network_modules)
 
end
 

	
0 comments (0 inline, 0 general)