summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-yggdrasil/Makefile
diff options
context:
space:
mode:
authorWilliam Fleurant <meshnet@protonmail.com>2023-11-30 20:30:45 +0100
committerWilliam Fleurant <meshnet@protonmail.com>2023-11-30 20:30:45 +0100
commitc9786be7518929f076ad9a1abe190b2573851128 (patch)
tree5c0dfefd43d36cb1844b2f809ca9c9a76ef127e0 /applications/luci-app-yggdrasil/Makefile
parent6fdafc4155899da13c17ab4a6f5d78bc90cc18ef (diff)
luci-app-yggdrasil: revert: remove package in favor of luci-proto-yggdrasil
This reverts commit e6a1f119e6ec2eed48ea583d8176c21bf658a499. Signed-off-by: William Fleurant <meshnet@protonmail.com>
Diffstat (limited to 'applications/luci-app-yggdrasil/Makefile')
-rw-r--r--applications/luci-app-yggdrasil/Makefile14
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..4ce191921b
--- /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:=+luci-base +yggdrasil
+
+include ../../luci.mk
+
+# call BuildPackage - OpenWrt buildroot signature