mirror of
https://github.com/gSpotx2f/luci-app-internet-detector.git
synced 2025-12-06 03:26:50 +03:00
17 lines
352 B
Makefile
17 lines
352 B
Makefile
#
|
||
# (с) 2021 gSpot (https://github.com/gSpotx2f/luci-app-internet-detector)
|
||
#
|
||
|
||
include $(TOPDIR)/rules.mk
|
||
|
||
PKG_VERSION:=0.3.0
|
||
PKG_RELEASE:=1
|
||
LUCI_TITLE:=LuCI support for internet-detector
|
||
LUCI_DEPENDS:=+internet-detector
|
||
LUCI_PKGARCH:=all
|
||
|
||
#include ../../luci.mk
|
||
include $(TOPDIR)/feeds/luci/luci.mk
|
||
|
||
# call BuildPackage - OpenWrt buildroot signature
|