From 8a199c3e1e6fe6bd55ef63a9151dd113efdb4272 Mon Sep 17 00:00:00 2001 From: Dirk Brenken Date: Fri, 2 Mar 2018 18:06:38 +0100 Subject: luci-app-travelmate: sync with release 1.1.3 * show WiFi QR codes from all configured Access Points Signed-off-by: Dirk Brenken --- applications/luci-app-travelmate/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'applications/luci-app-travelmate/Makefile') diff --git a/applications/luci-app-travelmate/Makefile b/applications/luci-app-travelmate/Makefile index 6170f9d4c3..2bd25bc171 100644 --- a/applications/luci-app-travelmate/Makefile +++ b/applications/luci-app-travelmate/Makefile @@ -1,11 +1,11 @@ -# Copyright 2017 Dirk Brenken (dev@brenken.org) +# Copyright 2017-2018 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-lib-jsonc +qrencode LUCI_PKGARCH:=all include ../../luci.mk -- cgit v1.2.3