luci-app-travelmate: remove unneeded dependency
Signed-off-by: Dirk Brenken <dev@brenken.org>
This commit is contained in:
parent
3dac65643c
commit
537a1e4f49
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
# Copyright 2017-2022 Dirk Brenken (dev@brenken.org)
|
||||
# Copyright 2017-2023 Dirk Brenken (dev@brenken.org)
|
||||
# This is free software, licensed under the Apache License, Version 2.0
|
||||
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
LUCI_TITLE:=LuCI support for Travelmate
|
||||
LUCI_DEPENDS:=+travelmate +luci-lib-jsonc
|
||||
LUCI_DEPENDS:=+travelmate
|
||||
LUCI_PKGARCH:=all
|
||||
|
||||
PKG_LICENSE:=Apache-2.0
|
||||
|
|
Loading…
Reference in a new issue