mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-27 18:41:15 +08:00
21 lines
593 B
Makefile
21 lines
593 B
Makefile
#
|
|
# Copyright 2021-2025 Rafał Wabik - IceG - From eko.one.pl forum
|
|
#
|
|
# Licensed to the GNU General Public License v3.0.
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=LuCI JS Support for 3ginfo-lite
|
|
LUCI_DESCRIPTION:=LuCI JS interface for the 3ginfo-lite. The package allows you to view the parameters of the mobile internet connection.
|
|
LUCI_DEPENDS:=+sms-tool +comgt +kmod-usb-serial-option
|
|
|
|
PKG_NAME:=luci-app-3ginfo-lite
|
|
PKG_VERSION:=1.0.76
|
|
PKG_RELEASE:=1
|
|
PKG_MAINTAINER:=Rafał Wabik <4Rafal@gmail.com>
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|