Skip to content
Snippets Groups Projects
Select Git revision
  • cfce3ee91e17708df44331b45f7b80cb6256b458
  • 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-07-19
  • experimental-2025-07-19-base
  • experimental-2025-07-17
  • experimental-2025-07-17-base
  • experimental-2025-07-12
  • experimental-2025-07-12-base
  • experimental-2025-07-04
  • experimental-2025-07-04-base
  • experimental-2025-07-01
  • experimental-2025-07-01-base
  • experimental-2025-06-25
  • experimental-2025-06-25-base
  • experimental-2025-06-24
  • experimental-2025-06-24-base
  • experimental-2025-06-22
  • experimental-2025-06-22-base
  • v2023.2.5-ffs0.1
  • experimental-2025-06-08
  • experimental-2025-06-08-base
  • experimental-2025-06-06
41 results

ar71xx-nand

Blame
  • user avatar
    Matthias Schiffer authored
    target_config.lua and target_config_check.lua don't pass a table of
    callbacks anymore, so target_config_lib.lua can by simplified by moving
    all the code that was in the returned function to the toplevel.
    3ce43329
    History
    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,
    })