mirror of
https://github.com/openwrt/luci.git
synced 2025-01-18 12:32:08 +00:00
d3953006c2
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
18 lines
390 B
Makefile
18 lines
390 B
Makefile
#
|
|
# 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
|