luci-app-travelmate: remove unneeded dependency

Signed-off-by: Dirk Brenken <dev@brenken.org>
This commit is contained in:
Dirk Brenken 2023-07-07 08:44:07 +02:00
parent 3dac65643c
commit 537a1e4f49
No known key found for this signature in database
GPG key ID: 9D71CD547BFAE684

View file

@ -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