diff options
author | George Iv <57254463+zhoreeq@users.noreply.github.com> | 2019-12-01 00:32:50 -0500 |
---|---|---|
committer | George Iv <57254463+zhoreeq@users.noreply.github.com> | 2019-12-01 00:32:50 -0500 |
commit | 277d4e3268dd47f2fa94046aa24bb990ea4d2c59 (patch) | |
tree | 61dc91bc2b364359d210fa06da17fa431bd1d35c /applications/luci-app-yggdrasil/Makefile | |
parent | db244bcbb4eb5a4c1a73373a1c55c60e2f60fe6c (diff) |
luci-app-yggdrasil: Add application for Yggdrasil
Signed-off-by: George Iv <57254463+zhoreeq@users.noreply.github.com>
Diffstat (limited to 'applications/luci-app-yggdrasil/Makefile')
-rw-r--r-- | applications/luci-app-yggdrasil/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/applications/luci-app-yggdrasil/Makefile b/applications/luci-app-yggdrasil/Makefile new file mode 100644 index 000000000..747d8c3d6 --- /dev/null +++ b/applications/luci-app-yggdrasil/Makefile @@ -0,0 +1,14 @@ +# +# Copyright (C) 2008-2019 The LuCI Team <luci@lists.subsignal.org> +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=LuCI support for Yggdrasil +LUCI_DEPENDS:=+yggdrasil + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature |