Skip to content
Snippets Groups Projects
Select Git revision
  • 7a53482f862cb9ce72c8133f80c90b3967350660
  • experimental
  • master
  • v2021.1.2-ffs
  • v2021.1.1-ffs
  • nrb/gluon-master-cpe510
  • v2021.1-ffs
  • v2020.2.3-ffs
  • nrbffs/fastd-remove-delay
  • v2020.2.2-ffs
  • v2020.2.1-ffs
  • v2020.2-ffs
  • v2020.2.x
  • v2020.1.3-ffs
  • v2020.1.1-ffs
  • v2020.1-ffs
  • v2019.1.2-ffs
  • v2019.1.1-ffs
  • nrb/test-radv-filter
  • v2019.1-ffs
  • nrbffs/netgear-ex6120
  • v2021.1.2-ffs0.2
  • v2021.1.2-ffs0.1
  • v2021.1.1-ffs0.4
  • v2021.1.1-ffs0.3
  • v2021.1.1-ffs0.2
  • v2021.1.1-ffs0.1
  • v2021.1-ffs0.1
  • v2020.2.3-ffs0.3
  • v2020.2.3-ffs0.2
  • v2020.2.3-ffs0.1
  • v2020.2.2-ffs0.1
  • v2020.2.1-ffs0.1
  • v2020.2-ffs0.1
  • v2020.2
  • v2020.2.x-ffs0.1
  • v2020.1.3-ffs0.1
  • v2020.1.1-ffs0.1
  • v2020.1-ffs0.1
  • v2019.1.2-ffs0.1
  • v2019.1.1-ffs0.1
41 results

modules

Blame
  • Forked from firmware / FFS Gluon
    Source project has a limited visibility.
    • Matthias Schiffer's avatar
      7a53482f
      modules: update LEDE · 7a53482f
      Matthias Schiffer authored
      3eae19acee ramips: fix Youku-YK1 support
      8a48a53dcb tools/squashfs4: include sysmacros.h explicitly
      8406e50df5 tools/squashfs: include sysmacros.h explicitly
      96dbf59e5a tools/mtd-utils: include sysmacros.h explicitly
      d2fd6412a6 tools/findutils: include sysmacros.h explicitly
      367b4563b4 dnsmasq: restore ability to include/exclude raw device names
      ee6fa8d839 lantiq: add missing default lan interface
      2bee675d33 ipq806x: fix Zyxel NBG6817 WiFi button
      f5935f78a1 ramips: fix default usb support for nexx wt3020-8M
      modules: update LEDE
      Matthias Schiffer authored
      3eae19acee ramips: fix Youku-YK1 support
      8a48a53dcb tools/squashfs4: include sysmacros.h explicitly
      8406e50df5 tools/squashfs: include sysmacros.h explicitly
      96dbf59e5a tools/mtd-utils: include sysmacros.h explicitly
      d2fd6412a6 tools/findutils: include sysmacros.h explicitly
      367b4563b4 dnsmasq: restore ability to include/exclude raw device names
      ee6fa8d839 lantiq: add missing default lan interface
      2bee675d33 ipq806x: fix Zyxel NBG6817 WiFi button
      f5935f78a1 ramips: fix default usb support for nexx wt3020-8M
    Makefile 942 B
    include $(TOPDIR)/rules.mk
    
    PKG_NAME:=gluon-config-mode-domain-select
    PKG_VERSION:=1
    
    PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
    
    include ../gluon.mk
    
    PKG_CONFIG_DEPENDS += $(GLUON_I18N_CONFIG)
    
    
    define Package/gluon-config-mode-domain-select
      SECTION:=gluon
      CATEGORY:=Gluon
      TITLE:=UI for changing the node-config
      DEPENDS:=+gluon-config-mode-core @GLUON_MULTIDOMAIN
    endef
    
    define Build/Prepare
    	mkdir -p $(PKG_BUILD_DIR)
    endef
    
    define Build/Configure
    endef
    
    define Build/Compile
    	$(call GluonBuildI18N,gluon-config-mode-domain-select,i18n)
    	$(call GluonSrcDiet,./luasrc,$(PKG_BUILD_DIR)/luadest/)
    endef
    
    define Package/gluon-config-mode-domain-select/install
    	$(CP) $(PKG_BUILD_DIR)/luadest/* $(1)/
    	$(call GluonInstallI18N,gluon-config-mode-domain-select,$(1))
    endef
    
    define Package/gluon-config-domain-select/postinst
    #!/bin/sh
    $(call GluonCheckSite,check_site.lua)
    endef
    
    $(eval $(call BuildPackage,gluon-config-mode-domain-select))