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

modules

Blame
  • Forked from firmware / FFS Gluon
    Source project has a limited visibility.
    • Matthias Schiffer's avatar
      d0fbb81a
      modules: update LEDE · d0fbb81a
      Matthias Schiffer authored
      9b0a4bafbce7 base-files: tune fragment queue thresholds for available system memory
      b47094ce96ff include/package-defaults.mk: fix default Build/Prepare with empty ./src
      75be005e8bdc include/rootfs.mk: retain list of conffiles with CONFIG_CLEAN_IPKG
      696c6325a3a7 include/rootfs.mk: do not remove opkg prerm scripts during rootfs preparation
      17c0362178ca base-files: sysupgrade: do not rely on opkg to list changed conffiles
      2ae9ebf37402 kernel: bump 4.4 to 4.4.120 for 17.01
      571d3def6baf x86: add preinit hook to reload microcode
      681aaaf719ec firmware: add microcode package for Intel
      c6314ee06f94 firmware: add microcode package for AMD
      222521d5937a tools: add iucode-tool
      f7a6b6724a63 x86: enable microcode loading for Intel and AMD
      dfe620cb93c0 odhcpd: fix interop with wide DHCPv6 client (FS#1377)
      18c999a6ff33 base-files: fix off-by-one in counting seconds for factory reset
      92ea65b36aa7 sunxi: disable LPAE to allow kernel to run on A13
      7dcbe0e22dbb bcm53xx: fix fallback code for picking status LED
      4db583b9c2ab mountd: update to the latest version from 2018-02-26
      modules: update LEDE
      Matthias Schiffer authored
      9b0a4bafbce7 base-files: tune fragment queue thresholds for available system memory
      b47094ce96ff include/package-defaults.mk: fix default Build/Prepare with empty ./src
      75be005e8bdc include/rootfs.mk: retain list of conffiles with CONFIG_CLEAN_IPKG
      696c6325a3a7 include/rootfs.mk: do not remove opkg prerm scripts during rootfs preparation
      17c0362178ca base-files: sysupgrade: do not rely on opkg to list changed conffiles
      2ae9ebf37402 kernel: bump 4.4 to 4.4.120 for 17.01
      571d3def6baf x86: add preinit hook to reload microcode
      681aaaf719ec firmware: add microcode package for Intel
      c6314ee06f94 firmware: add microcode package for AMD
      222521d5937a tools: add iucode-tool
      f7a6b6724a63 x86: enable microcode loading for Intel and AMD
      dfe620cb93c0 odhcpd: fix interop with wide DHCPv6 client (FS#1377)
      18c999a6ff33 base-files: fix off-by-one in counting seconds for factory reset
      92ea65b36aa7 sunxi: disable LPAE to allow kernel to run on A13
      7dcbe0e22dbb bcm53xx: fix fallback code for picking status LED
      4db583b9c2ab mountd: update to the latest version from 2018-02-26
    ramips-mt7620 1.06 KiB
    -- ASUS
    
    device('asus-rt-ac51u', 'rt-ac51u', {
    	factory = false,
    	broken = true, -- no 5GHz usable, LEDs not fully supported
    })
    
    
    -- GL.iNet
    
    device('gl-mt300a', 'gl-mt300a', {
    	factory = false,
    })
    
    device('gl-mt300n', 'gl-mt300n', {
    	factory = false,
    })
    
    device('gl-mt750', 'gl-mt750', {
    	factory = false,
    })
    
    -- Netgear
    
    device('netgear-ex3700', 'ex3700-ex3800', {
    	aliases = {
    		'netgear-ex3800',
    	},
    	manifest_aliases = {'netgear-ex3700-ex3800'},
    	factory_ext = '.chk',
    })
    
    -- Nexx
    
    device('nexx-wt3020-8m', 'wt3020-8M', {
    	aliases = {
    		'nexx-wt3020ad',
    		'nexx-wt3020f',
    		'nexx-wt3020h',
    	},
    })
    
    -- TP-Link
    
    local tplink_region_suffix = ''
    if (env.GLUON_REGION or '') ~= '' then
    	tplink_region_suffix = '-' .. env.GLUON_REGION
    end
    
    device('tp-link-archer-c2-v1', 'tplink_c2-v1', {
    	factory = false,
    })
    
    device('tp-link-archer-c20-v1', 'tplink_c20-v1')
    
    device('tp-link-archer-c20i', 'ArcherC20i')
    
    device('tp-link-archer-c50', 'ArcherC50v1', {
    	factory = '-squashfs-factory' .. tplink_region_suffix,
    })
    
    
    -- Xiaomi
    
    device('xiaomi-miwifi-mini', 'miwifi-mini', {
    	factory = false,
    })