mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-09-11 02:44:57 +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.2
|
|
PKG_RELEASE:=2
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|