Skip to content
Snippets Groups Projects
Select Git revision
  • 40c95dcf2393ce701144c42bd3f36036114a110b
  • v3.3 default protected
  • experimental protected
  • nrb/airmax-test
  • nrb/ro-flash-nanostation-airmax
  • nrb/add-node-whisperer
  • v3.2 protected
  • v3.1 protected
  • nrb-domains
  • v3.0 protected
  • nrb/dns-cache
  • v2.9 protected
  • feature/addMikrotikwAP
  • v2.8 protected
  • v2.5.1 protected
  • v2.7 protected
  • v2.6 protected
  • v2.5 protected
  • v2.4 protected
  • cpe510
  • nrb/gluon-master-cpe510
  • v3.2.1+2024-12-15
  • v3.2+2024-12-04
  • v3.1+2024-07-08
  • v2.9+2023-05-13
  • v2.9+2023-05-12
  • v2.9+2023-05-10
  • v2.8+2023-03-05
  • v2.7+2022-12-03
  • v2.6+2022-09-06
  • v2.5+2022-05-07
  • v2.5+2022-05-05
  • v2.4+2022-02-26
  • v2.3+2021-06-03
  • v2.3+2021-04-30
  • v2.2+2021-04-16
  • v2.2+2020-04-16
  • v2.1+2020-12-11
  • v2.1+2020-11-17
  • v2.0+2020-09-26
  • v2.0+2020-06-28
41 results

Jenkinsfile

Blame
  • ath79-generic 14.58 KiB
    -- enforce mainline ath10k kmod/firmware over openwrt default ath10k-ct usage
    -- ath10k-ct is unstable/broken with 11s meshing, works only wave2 chipsets
    
    local ATH10K_PACKAGES_QCA9880 = {
    	'kmod-ath10k',
    	'-kmod-ath10k-ct',
    	'-kmod-ath10k-ct-smallbuffers',
    	'ath10k-firmware-qca988x',
    	'-ath10k-firmware-qca988x-ct',
    }
    
    local ATH10K_PACKAGES_QCA9887 = {
    	'kmod-ath10k',
    	'-kmod-ath10k-ct',
    	'-kmod-ath10k-ct-smallbuffers',
    	'ath10k-firmware-qca9887',
    	'-ath10k-firmware-qca9887-ct',
    }
    
    -- enforce mainline ath10k-smallbuffers kmod, fixes 5GHz-OOM for low memory devices
    
    local ATH10K_PACKAGES_SMALLBUFFERS_QCA9880 = {
    	'kmod-ath10k-smallbuffers',
    	'-kmod-ath10k-ct',
    	'-kmod-ath10k-ct-smallbuffers',
    	'ath10k-firmware-qca988x',
    	'-ath10k-firmware-qca988x-ct',
    }
    
    local ATH10K_PACKAGES_SMALLBUFFERS_QCA9887 = {
    	'kmod-ath10k-smallbuffers',
    	'-kmod-ath10k-ct',
    	'-kmod-ath10k-ct-smallbuffers',
    	'ath10k-firmware-qca9887',
    	'-ath10k-firmware-qca9887-ct',
    }
    
    local ATH10K_PACKAGES_QCA9888 = {}
    
    -- ALFA NETWORK
    
    device('alfa-network-ap121f', 'alfa-network_ap121f', {
    	factory = false,
    })
    
    -- AVM
    
    device('avm-fritz-box-4020', 'avm_fritz4020', {
    	factory = false,
    })
    
    device('avm-fritz-wlan-repeater-300e', 'avm_fritz300e', {
    	factory = false,
    })
    
    device('avm-fritz-wlan-repeater-450e', 'avm_fritz450e', {
    	factory = false,
    })
    
    -- Buffalo
    
    device('buffalo-wzr-hp-ag300h', 'buffalo_wzr-hp-ag300h')
    device('buffalo-wzr-600dhp', 'buffalo_wzr-600dhp')
    
    device('buffalo-wzr-hp-g300nh-rtl8366s', 'buffalo_wzr-hp-g300nh-s', {
    	manifest_aliases = {
    		'buffalo-wzr-hp-g300nh', -- Upgrade from OpenWrt 19.07
    	},
    })