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

0087-ar71xx-add-support-for-GL.iNet-GL-AR750.patch

Blame
  • Forked from firmware / FFS Gluon
    Source project has a limited visibility.
    • Christoph Krapp's avatar
      c28b797c
      modules: update LEDE · c28b797c
      Christoph Krapp authored
      
      aaecfecdcd kernel: bump kernel 4.4 to version 4.4.139
      b08003223a base-files: fix links in banner.failsafe
      71019a7605 ar71xx: fix 5 GHz Wi-Fi on NBG6716
      ba5c0a1dea Revert "base-files: fix UCI config parsing and callback handling"
      5c6a8a9cdb kernel: bump kernel 4.4 to version 4.4.138
      cf4a37a581 uci: add missing 'option' support to uci_rename()
      7fc94b2a25 mac80211: rt2x00: no longer use TXOP_BACKOFF for probe frames
      b03826d8aa kernel: bump kernel 4.4 to version 4.4.137
      21f44e3389 map: add ealen as configurable uci parameter
      
      Signed-off-by: default avatarChristoph Krapp <achterin@googlemail.com>
      modules: update LEDE
      Christoph Krapp authored
      
      aaecfecdcd kernel: bump kernel 4.4 to version 4.4.139
      b08003223a base-files: fix links in banner.failsafe
      71019a7605 ar71xx: fix 5 GHz Wi-Fi on NBG6716
      ba5c0a1dea Revert "base-files: fix UCI config parsing and callback handling"
      5c6a8a9cdb kernel: bump kernel 4.4 to version 4.4.138
      cf4a37a581 uci: add missing 'option' support to uci_rename()
      7fc94b2a25 mac80211: rt2x00: no longer use TXOP_BACKOFF for probe frames
      b03826d8aa kernel: bump kernel 4.4 to version 4.4.137
      21f44e3389 map: add ealen as configurable uci parameter
      
      Signed-off-by: default avatarChristoph Krapp <achterin@googlemail.com>
    Makefile 585 B
    include $(TOPDIR)/rules.mk
    
    PKG_NAME:=gluon-config-mode-geo-location-osm
    PKG_VERSION:=1
    
    include ../gluon.mk
    
    define Package/gluon-config-mode-geo-location-osm
      TITLE:=Set geographic location of a node (map support)
      DEPENDS:=+gluon-config-mode-geo-location +gluon-web-osm
    endef
    
    define Package/gluon-config-mode-geo-location-osm/install
    	$(Gluon/Build/Install)
    
    	$(INSTALL_DIR) $(1)/lib/gluon/config-mode/www/static/
    	$(LN) /lib/gluon/web/www/static/gluon-web-osm.js $(1)/lib/gluon/config-mode/www/static/
    endef
    
    $(eval $(call BuildPackageGluon,gluon-config-mode-geo-location-osm))