diff options
Diffstat (limited to 'applications/luci-app-travelmate/Makefile')
-rw-r--r-- | applications/luci-app-travelmate/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/applications/luci-app-travelmate/Makefile b/applications/luci-app-travelmate/Makefile index 28b9ba0603..34ecbe1de5 100644 --- a/applications/luci-app-travelmate/Makefile +++ b/applications/luci-app-travelmate/Makefile @@ -1,11 +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_PKGARCH:=all +LUCI_DEPENDS:=+luci-base +travelmate PKG_LICENSE:=Apache-2.0 |