Skip to content
Snippets Groups Projects
Select Git revision
  • d4fc87ae25ce74bba48dbf0a220db3c0328df129
  • experimental default protected
  • v2023.2.5-ffs
  • nrb/ex400-remove-wps
  • nrb/airmax-test
  • v2023.2.4-ffs
  • nrb/ar9344-reset-sequence
  • autinerd/experimental-openwrt-24.10
  • v2023.2.3-ffs
  • v2023.2.2-ffs
  • v2023.2-ffs
  • v2023.1-ffs
  • v2022.1.4-ffs
  • feature/addMikrotikwAP
  • v2022.1.3-ffs
  • v2021.1.2-ffs
  • v2022.1.1-ffs
  • master protected
  • v2021.1.1-ffs
  • nrb/gluon-master-cpe510
  • v2021.1-ffs
  • experimental-2025-09-15
  • experimental-2025-09-15-base
  • experimental-2025-09-12
  • experimental-2025-09-12-base
  • experimental-2025-09-11
  • experimental-2025-09-11-base
  • experimental-2025-09-08
  • experimental-2025-09-08-base
  • experimental-2025-09-07
  • experimental-2025-09-07-base
  • experimental-2025-09-05
  • experimental-2025-09-05-base
  • experimental-2025-09-03
  • experimental-2025-09-03-base
  • experimental-2025-08-29
  • experimental-2025-08-29-base
  • experimental-2025-08-26
  • experimental-2025-08-26-base
  • experimental-2025-08-25
  • experimental-2025-08-25-base
41 results

x86.inc

Blame
  • user avatar
    David Bauer authored
    Add MediaTek driver packages for MT7915 as well as MT7921 WiFi 6 cards.
    In addition, fix the mt7615 package name, as the driver was seperated
    into kernel and firmware packages.
    
    Signed-off-by: default avatarDavid Bauer <mail@david-bauer.net>
    c95e897c
    History
    x86.inc 1.03 KiB
    config('VDI_IMAGES', true)
    config('VMDK_IMAGES', true)
    
    packages {
    	'kmod-3c59x',
    	'kmod-8139cp',
    	'kmod-8139too',
    	'kmod-e100',
    	'kmod-e1000',
    	'kmod-e1000e',
    	'kmod-forcedeth',
    	'kmod-igb',
    	'kmod-natsemi',
    	'kmod-ne2k-pci',
    	'kmod-pcnet32',
    	'kmod-r8169',
    	'kmod-sis900',
    	'kmod-sky2',
    	'kmod-tg3',
    	'kmod-tulip',
    	'kmod-via-rhine',
    	'kmod-via-velocity',
    	'kmod-ath9k',
    	'kmod-gpio-button-hotplug',
    	'kmod-hwmon-core',
    	'kmod-sp5100-tco',
    	'kmod-usb-core',
    	'kmod-usb-ohci',
    	'kmod-usb2',
    	'kmod-usb3',
    	'kmod-usb-serial',
    	'kmod-ath10k',
    	'ath10k-firmware-qca9887',
    	'ath10k-firmware-qca9888',
    	'ath10k-firmware-qca988x',
    	'ath10k-firmware-qca9984',
    	'kmod-mt76x0e',
    	'kmod-mt76x2',
    	'kmod-mt7603',
    	'kmod-mt7615-firmware',
    	'kmod-mt7915-firmware',
    	'kmod-mt7921-firmware',
    }
    
    -- We do not use the ext4 images, so we do not want to build them.
    config('TARGET_ROOTFS_EXT4FS', false)
    
    defaults {
    	factory = '-squashfs-combined-efi',
    	factory_ext = {'.img.gz', '.vmdk', '.vdi'},
    	sysupgrade = '-squashfs-combined-efi',
    	sysupgrade_ext = '.img.gz',
    }