Skip to content
Snippets Groups Projects
Unverified Commit 994c9491 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

treewide: automatically set SECTION and CATEGORY for Gluon packages

parent 6f0d9f1e
No related branches found
No related tags found
No related merge requests found
......@@ -7,8 +7,6 @@ PKG_RELEASE:=1
include ../gluon.mk
define Package/gluon-web-private-wifi
SECTION:=gluon
CATEGORY:=Gluon
DEPENDS:=+gluon-web-admin
TITLE:=UI for activating a private WLAN
endef
......
......@@ -7,8 +7,6 @@ PKG_RELEASE:=1
include ../gluon.mk
define Package/gluon-web-wifi-config
SECTION:=gluon
CATEGORY:=Gluon
DEPENDS:=+gluon-web-admin +libiwinfo-lua
TITLE:=UI for Wifi Settings
endef
......
......@@ -8,8 +8,6 @@ PKG_INSTALL:=1
include ../gluon.mk
define Package/gluon-web
SECTION:=gluon
CATEGORY:=Gluon
TITLE:=Minimal Lua web framework derived from LuCI
DEPENDS:=+lua-jsonc +luci-lib-nixio
endef
......
......@@ -100,6 +100,12 @@ endef
Build/Compile=$(call Gluon/Build/Compile)
define BuildPackageGluon
define Package/$(1) :=
SECTION:=gluon
CATEGORY:=Gluon
$$(Package/$(1))
endef
Package/$(1)/install ?= $$(Gluon/Build/Install)
ifneq ($(wildcard check_site.lua),)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment