Merge pull request #847 from newkit/feature_luci-app-wifischedule
[project/luci.git] / protocols / luci-proto-wireguard / Makefile
index 4cd964f..ed94a55 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+# Copyright (C) 2016 Dan Luedtke <mail@danrl.com>
 #
 # This is free software, licensed under the Apache License, Version 2.0 .
 #
@@ -7,9 +7,10 @@
 include $(TOPDIR)/rules.mk
 
 LUCI_TITLE:=Support for WireGuard VPN
-LUCI_DEPENDS:=+wireguard
+LUCI_DEPENDS:=+kmod-wireguard +wireguard-tools
+
+PKG_MAINTAINER:=Dan Luedtke <mail@danrl.com>
 
 include ../../luci.mk
 
 # call BuildPackage - OpenWrt buildroot signature
-