diff options
Diffstat (limited to 'applications/luci-app-lldpd/Makefile')
-rw-r--r-- | applications/luci-app-lldpd/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/applications/luci-app-lldpd/Makefile b/applications/luci-app-lldpd/Makefile new file mode 100644 index 0000000000..7007659d11 --- /dev/null +++ b/applications/luci-app-lldpd/Makefile @@ -0,0 +1,17 @@ +# +# Copyright (c) 2018, Tano Systems. All Rights Reserved. +# Anton Kikin <a.kikin@tano-systems.com> +# Copyright (c) 2023-2024. All Rights Reserved. +# Paul Donald <newtwen+github@gmail.com> +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=LuCI support for LLDP daemon +LUCI_DEPENDS:=+lldpd +rpcd-mod-ucode + +PKG_LICENSE:=MIT + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature |