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 ...@@ -7,8 +7,6 @@ PKG_RELEASE:=1
include ../gluon.mk include ../gluon.mk
define Package/gluon-web-private-wifi define Package/gluon-web-private-wifi
SECTION:=gluon
CATEGORY:=Gluon
DEPENDS:=+gluon-web-admin DEPENDS:=+gluon-web-admin
TITLE:=UI for activating a private WLAN TITLE:=UI for activating a private WLAN
endef endef
......
...@@ -7,8 +7,6 @@ PKG_RELEASE:=1 ...@@ -7,8 +7,6 @@ PKG_RELEASE:=1
include ../gluon.mk include ../gluon.mk
define Package/gluon-web-wifi-config define Package/gluon-web-wifi-config
SECTION:=gluon
CATEGORY:=Gluon
DEPENDS:=+gluon-web-admin +libiwinfo-lua DEPENDS:=+gluon-web-admin +libiwinfo-lua
TITLE:=UI for Wifi Settings TITLE:=UI for Wifi Settings
endef endef
......
...@@ -8,8 +8,6 @@ PKG_INSTALL:=1 ...@@ -8,8 +8,6 @@ PKG_INSTALL:=1
include ../gluon.mk include ../gluon.mk
define Package/gluon-web define Package/gluon-web
SECTION:=gluon
CATEGORY:=Gluon
TITLE:=Minimal Lua web framework derived from LuCI TITLE:=Minimal Lua web framework derived from LuCI
DEPENDS:=+lua-jsonc +luci-lib-nixio DEPENDS:=+lua-jsonc +luci-lib-nixio
endef endef
......
...@@ -100,6 +100,12 @@ endef ...@@ -100,6 +100,12 @@ endef
Build/Compile=$(call Gluon/Build/Compile) Build/Compile=$(call Gluon/Build/Compile)
define BuildPackageGluon define BuildPackageGluon
define Package/$(1) :=
SECTION:=gluon
CATEGORY:=Gluon
$$(Package/$(1))
endef
Package/$(1)/install ?= $$(Gluon/Build/Install) Package/$(1)/install ?= $$(Gluon/Build/Install)
ifneq ($(wildcard check_site.lua),) 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