diff options
author | Florian Eckert <fe@dev.tdt.de> | 2024-03-15 15:24:26 +0100 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2024-03-15 15:30:31 +0100 |
commit | 3c002032a3dbcb500196e12f6b22c028491ae2ad (patch) | |
tree | a654ae994a8b4d6f061b5ff5b4f6cf06982cc18d /applications/luci-app-wol | |
parent | 38c1fa17448053166c28b0d04f0b058ad3552e28 (diff) |
luci-app-wol: add missing PKG_LICENSE
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'applications/luci-app-wol')
-rw-r--r-- | applications/luci-app-wol/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/applications/luci-app-wol/Makefile b/applications/luci-app-wol/Makefile index f7466c0175..6d493cc76b 100644 --- a/applications/luci-app-wol/Makefile +++ b/applications/luci-app-wol/Makefile @@ -6,6 +6,8 @@ include $(TOPDIR)/rules.mk +PKG_LICENSE:=Apache-2.0 + LUCI_TITLE:=LuCI Support for Wake-on-LAN LUCI_DEPENDS:=+luci-base +etherwake |