mirror of
https://github.com/gSpotx2f/luci-app-internet-detector.git
synced 2025-12-06 03:26:50 +03:00
19 lines
407 B
Makefile
19 lines
407 B
Makefile
#
|
|
# Copyright (C) 2020 gSpot (https://github.com/gSpotx2f/luci-app-internet-detector)
|
|
#
|
|
# This is free software, licensed under the MIT License.
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_VERSION:=0.2
|
|
PKG_RELEASE:=1
|
|
LUCI_TITLE:=Internet detector for the LuCI status page
|
|
LUCI_DEPENDS:=+luci-mod-admin-full
|
|
LUCI_PKGARCH:=all
|
|
PKG_LICENSE:=MIT
|
|
|
|
include ../../luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|