Skip to content
Snippets Groups Projects
Select Git revision
  • 89dc6b203d4d4facd743b1b3f24a5c892bc67499
  • 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

ar71xx-nand

Blame
  • Forked from firmware / FFS Gluon
    Source project has a limited visibility.
    ar71xx-nand 615 B
    config('GLUON_SPECIALIZE_KERNEL', true)
    
    local ATH10K_PACKAGES = {'kmod-ath10k', '-kmod-ath10k-ct', 'ath10k-firmware-qca988x', '-ath10k-firmware-qca988x-ct'}
    
    
    defaults {
    	sysupgrade_ext = '.tar',
    }
    
    
    -- Aerohive
    
    device('aerohive-hiveap-121', 'hiveap-121')
    
    
    -- Netgear
    
    device('netgear-wndr3700v4', 'wndr3700v4', {
    	profile = 'WNDR3700V4',
    	factory = '-ubi-factory',
    	factory_ext = '.img',
    })
    device('netgear-wndr4300', 'wndr4300', {
    	profile = 'WNDR4300V1',
    	factory = '-ubi-factory',
    	factory_ext = '.img',
    })
    
    -- ZyXEL
    device('zyxel-nbg6716', 'nbg6716', {
    	profile = 'NBG6716',
    	packages = ATH10K_PACKAGES,
    })