From efe960906ce4fca7898fcfd2dc60d9c2bb1ab7ec 2025-09-12 14:34:59 From: xbr Date: 2025-09-12 14:34:59 Subject: [PATCH] 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. --- diff --git a/site_config/experimental/site/image-customization.lua b/site_config/experimental/site/image-customization.lua index 844f24145eb3d0de1039e2e14e1e19d9ef432c7b..e0bc5d4057c4e062b98e3c5cb07ddef12081372e 100644 --- a/site_config/experimental/site/image-customization.lua +++ b/site_config/experimental/site/image-customization.lua @@ -36,32 +36,3 @@ packages { '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 -