mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-27 10:31:38 +08:00
18 lines
404 B
Makefile
18 lines
404 B
Makefile
#
|
||
# (с) 2026 gSpot (https://github.com/gSpotx2f/luci-app-internet-detector)
|
||
#
|
||
|
||
include $(TOPDIR)/rules.mk
|
||
|
||
PKG_NAME:=luci-app-internet-detector
|
||
PKG_VERSION:=1.7.3
|
||
PKG_RELEASE:=3
|
||
LUCI_TITLE:=LuCI support for internet-detector
|
||
LUCI_DEPENDS:=+internet-detector
|
||
LUCI_PKGARCH:=all
|
||
|
||
#include $(TOPDIR)/feeds/luci/luci.mk
|
||
include $(TOPDIR)/feeds/luci/luci.mk
|
||
|
||
# call BuildPackage - OpenWrt buildroot signature
|