mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-27 10:31:38 +08:00
14 lines
282 B
Makefile
14 lines
282 B
Makefile
#
|
|
# Copyright (c) 2018, Tano Systems. All Rights Reserved.
|
|
# Anton Kikin <a.kikin@tano-systems.com>
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=LuCI support for LLDP daemon
|
|
LUCI_DEPENDS:=+lldpd
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|