Skip to content
Snippets Groups Projects
Select Git revision
  • 1a6166643f03f097e7cfb0e2f95e0a33e54d95fc
  • 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-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
  • experimental-2025-06-06-base
  • experimental-2025-05-27
  • experimental-2025-05-27-base
  • experimental-2025-05-18
  • experimental-2025-05-18-base
  • experimental-2025-05-15
  • experimental-2025-05-15-base
  • experimental-2025-05-13
  • experimental-2025-05-13-base
  • experimental-2025-05-08
41 results

ath79-generic

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
    	},
    })