blob: 940100b27566fa435492f75feab1735824fee56a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
include $(TOPDIR)/rules.mk
LUCI_TITLE:=LibreSpeed internet speed measurements
LUCI_DEPENDS:=+luci-base +librespeed-common
PKG_LICENSE:=Apache-2.0
PKG_MAINTAINER:=Josef Schlehofer <pepe.schlehofer@gmail.com>
include ../../luci.mk
# call BuildPackage - OpenWrt buildroot signature
|