Skip to content
Snippets Groups Projects
Select Git revision
  • bf5524915937f1511bc213d380698d801f4c5b73
  • v2018.2.x default protected
  • 0x4A6F-rpi4
  • 0x4A6F-master
  • master
  • v2018.2.2-ffs
  • v2016.2.4-batmanbug
  • radv-filterd
  • v2016.2.x
  • hoodselector
  • v2016.1.x
  • babel
  • v2015.1.x
  • 2014.4.x
  • 2014.3.x
  • v2018.2.2-ffs0.1
  • v2018.2.1-ffs0.1
  • v2018.2.1
  • v2018.2-ffs0.1
  • v2018.2
  • v2018.1.4
  • v2018.1.3
  • v2018.1.2
  • v2018.1.1
  • v2018.1
  • v2017.1.8
  • v2017.1.7
  • v2017.1.6
  • v2017.1.5
  • v2017.1.4
  • v2017.1.3
  • v2017.1.2
  • v2016.2.7
  • v2017.1.1
  • v2017.1
35 results

check_site.lua

Blame
  • Forked from firmware / FFS Gluon
    Source project has a limited visibility.
    • Martin Weinelt's avatar
      bf552491
      gluon-core: add outdoor support for 5 ghz radios · bf552491
      Martin Weinelt authored
      Add the `wifi5.outdoor_chanlist` site configuration that
      allows specifying an outdoor channel range that can be
      switched to for regulatory compliance.
      
      Upon enabling the outdoor option the device will
       - configure the `outdoor_chanlist` on all 5 GHz radios
       - which may enable DFS/TPC, based on the regulatory domain
       - disable ibss/mesh on the 5 GHz radio, as DFS *will*
         break mesh connections
       - allow for htmode reconfiguration on 5 GHz radios
      
      The outdoor option can be toggled from
       - Advanced Settings
         - W-LAN
           - Outdoor Installation
      
      The `preserve_channel` flag overrules the outdoor channel
      selection.
      bf552491
      History
      gluon-core: add outdoor support for 5 ghz radios
      Martin Weinelt authored
      Add the `wifi5.outdoor_chanlist` site configuration that
      allows specifying an outdoor channel range that can be
      switched to for regulatory compliance.
      
      Upon enabling the outdoor option the device will
       - configure the `outdoor_chanlist` on all 5 GHz radios
       - which may enable DFS/TPC, based on the regulatory domain
       - disable ibss/mesh on the 5 GHz radio, as DFS *will*
         break mesh connections
       - allow for htmode reconfiguration on 5 GHz radios
      
      The outdoor option can be toggled from
       - Advanced Settings
         - W-LAN
           - Outdoor Installation
      
      The `preserve_channel` flag overrules the outdoor channel
      selection.
    ath79-generic 242 B
    local ATH10K_PACKAGES_QCA9888 = {
    	'kmod-ath10k',
    	'-kmod-ath10k-ct',
    	'ath10k-firmware-qca9888',
    	'-ath10k-firmware-qca9888-ct',
    }
    
    -- TP-Link
    
    device('tp-link-archer-c6-v2', 'tplink_archer-c6-v2', {
    	packages = ATH10K_PACKAGES_QCA9888,
    })