diff options
author | Jo-Philipp Wich <jo@mein.io> | 2019-12-02 15:08:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-02 15:08:39 +0100 |
commit | 046fccdeedf059d35fe801f4bd3e5d8fc2eaa7ce (patch) | |
tree | e69bee2862528c501b1975c746090b34d5624c95 /applications/luci-app-yggdrasil/Makefile | |
parent | 900b330e885af6b3a39bebab0fc0aaba61c8e7b0 (diff) | |
parent | 277d4e3268dd47f2fa94046aa24bb990ea4d2c59 (diff) |
Merge pull request #3348 from zhoreeq/luci_app_yggdrasil
luci-app-yggdrasil: Add application for Yggdrasil
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 0000000000..747d8c3d67 --- /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 |