diff options
author | Paul Donald <newtwen@gmail.com> | 2023-12-04 13:29:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-04 13:29:06 +0100 |
commit | 8b57cf00120d853318ad2f4f25a196a805f9714d (patch) | |
tree | 3bc4ce90438f26c15d6db80eca589dc03ea25925 /applications/luci-app-yggdrasil/Makefile | |
parent | d179d789e5f0542fd17eb2fd591909754c200d86 (diff) | |
parent | 1cd57231d739fea440d25eecbb98771dfc37a188 (diff) |
Merge pull request #6690 from yggdrasil-openwrt/rip-luci-app-yggdrasil
luci-app-yggdrasil: remove package in favor of luci-proto-yggdrasil
Diffstat (limited to 'applications/luci-app-yggdrasil/Makefile')
-rw-r--r-- | applications/luci-app-yggdrasil/Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/applications/luci-app-yggdrasil/Makefile b/applications/luci-app-yggdrasil/Makefile deleted file mode 100644 index 4ce191921b..0000000000 --- a/applications/luci-app-yggdrasil/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# -# 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 |