blob: a965686f12abd53a3849290b0844eb778a2ea125 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#
# 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
PKG_MAINTAINER:=Paul Donald <newtwen+github@gmail.com>
include ../../luci.mk
# call BuildPackage - OpenWrt buildroot signature
|