mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-27 10:31:38 +08:00
15 lines
249 B
Makefile
15 lines
249 B
Makefile
# Cellular status
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=Cellular Network Dashboard
|
|
LUCI_DEPENDS:=+uqmi
|
|
|
|
PKG_LICENSE:=GPLv3
|
|
PKG_VERSION:=1.0.1
|
|
PKG_RELEASE:=1
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|