diff options
author | Dirk Brenken <dev@brenken.org> | 2018-03-17 19:04:51 +0100 |
---|---|---|
committer | Dirk Brenken <dev@brenken.org> | 2018-03-17 19:04:51 +0100 |
commit | ca6f0a6c898e21a5fce811935e6d23d49d7c0e76 (patch) | |
tree | 0d4f7fc09aa4cc16fbb247c952d8ed6b5e1c36e3 /applications/luci-app-travelmate/Makefile | |
parent | 06ba63ad59c5cced0ecdc7280f47cad6293dab7f (diff) |
luci-app-travelmate: final frontend changes for 18.x
* made qrencode support optional (remove hardcoded dependency)
* add a conditional QR Code button on overview page,
remove separate "QR Codes" tab
* move trigger timeout setting to extra section
Signed-off-by: Dirk Brenken <dev@brenken.org>
Diffstat (limited to 'applications/luci-app-travelmate/Makefile')
-rw-r--r-- | applications/luci-app-travelmate/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-travelmate/Makefile b/applications/luci-app-travelmate/Makefile index 2bd25bc171..58d9bf37d4 100644 --- a/applications/luci-app-travelmate/Makefile +++ b/applications/luci-app-travelmate/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI support for Travelmate -LUCI_DEPENDS:=+travelmate +luci-lib-jsonc +qrencode +LUCI_DEPENDS:=+travelmate +luci-lib-jsonc LUCI_PKGARCH:=all include ../../luci.mk |