diff options
author | William Fleurant <meshnet@protonmail.com> | 2023-11-30 20:30:45 +0100 |
---|---|---|
committer | William Fleurant <meshnet@protonmail.com> | 2023-11-30 20:30:45 +0100 |
commit | c9786be7518929f076ad9a1abe190b2573851128 (patch) | |
tree | 5c0dfefd43d36cb1844b2f809ca9c9a76ef127e0 /applications/luci-app-yggdrasil/Makefile | |
parent | 6fdafc4155899da13c17ab4a6f5d78bc90cc18ef (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/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..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 |