Skip to content
Snippets Groups Projects
Select Git revision
  • 160ad7eea154fc705262c20b352f4f25adafc7bd
  • experimental
  • master
  • v2021.1.2-ffs
  • v2021.1.1-ffs
  • nrb/gluon-master-cpe510
  • v2021.1-ffs
  • v2020.2.3-ffs
  • nrbffs/fastd-remove-delay
  • v2020.2.2-ffs
  • v2020.2.1-ffs
  • v2020.2-ffs
  • v2020.2.x
  • v2020.1.3-ffs
  • v2020.1.1-ffs
  • v2020.1-ffs
  • v2019.1.2-ffs
  • v2019.1.1-ffs
  • nrb/test-radv-filter
  • v2019.1-ffs
  • nrbffs/netgear-ex6120
  • v2021.1.2-ffs0.2
  • v2021.1.2-ffs0.1
  • v2021.1.1-ffs0.4
  • v2021.1.1-ffs0.3
  • v2021.1.1-ffs0.2
  • v2021.1.1-ffs0.1
  • v2021.1-ffs0.1
  • v2020.2.3-ffs0.3
  • v2020.2.3-ffs0.2
  • v2020.2.3-ffs0.1
  • v2020.2.2-ffs0.1
  • v2020.2.1-ffs0.1
  • v2020.2-ffs0.1
  • v2020.2
  • v2020.2.x-ffs0.1
  • v2020.1.3-ffs0.1
  • v2020.1.1-ffs0.1
  • v2020.1-ffs0.1
  • v2019.1.2-ffs0.1
  • v2019.1.1-ffs0.1
41 results

x86.inc

Blame
  • Forked from firmware / FFS Gluon
    Source project has a limited visibility.
    x86.inc 985 B
    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-mt7615e',
    }
    
    -- We do not use the ext4 images, so we do not want to build them.
    config('TARGET_ROOTFS_EXT4FS', false)
    
    defaults {
    	factory = '-squashfs-combined',
    	factory_ext = {'.img.gz', '.vmdk', '.vdi'},
    	sysupgrade = '-squashfs-combined',
    	sysupgrade_ext = '.img.gz',
    }