diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2017-04-21 22:19:35 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-21 22:19:35 +0300 |
commit | 494fc4cdb913cfd68c7299bfc7dbad0dab8dfc0c (patch) | |
tree | 7d7af73538a5e2fcf610e45668816c164cce3dbc /applications/luci-app-travelmate/Makefile | |
parent | 7ae244a26ef516511a5e476dd14ec033501a1d8d (diff) | |
parent | bbd2c52a1690f82965d17104c33f02dc09e7eb82 (diff) |
Merge pull request #1118 from dibdot/app-travelmate
travelmate: major frontend update
Diffstat (limited to 'applications/luci-app-travelmate/Makefile')
-rw-r--r-- | applications/luci-app-travelmate/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/applications/luci-app-travelmate/Makefile b/applications/luci-app-travelmate/Makefile index f4b1b0a4e3..6170f9d4c3 100644 --- a/applications/luci-app-travelmate/Makefile +++ b/applications/luci-app-travelmate/Makefile @@ -1,11 +1,11 @@ -# -# This is free software, licensed under the Apache License, Version 2.0 . +# Copyright 2017 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_DEPENDS:=+travelmate +luci-lib-jsonc LUCI_PKGARCH:=all include ../../luci.mk |