summaryrefslogtreecommitdiffstats
path: root/applications/luci-app-sfp-info/Makefile
blob: 11af235c616c603a3a02a5968d88ee715f9234af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright (C) 2026 OpenWrt.org
# This is free software, licensed under the Apache License, Version 2.0.

include $(TOPDIR)/rules.mk

LUCI_TITLE:=SFP/QSFP Transceiver Diagnostics
LUCI_DEPENDS:=+luci-base +ethtool-full +ucode-mod-math
LUCI_PKGARCH:=all

PKG_LICENSE:=Apache-2.0
PKG_VERSION:=1.0
PKG_RELEASE:=2
PKG_MAINTAINER:=Meng Zhuo <mengzhuo@iscas.ac.cn>

include ../../luci.mk

# call BuildPackage - OpenWrt buildroot signature