2024-04-02 23:52:01 +08:00
|
|
|
#
|
|
|
|
# Copyright 2021-2023 Rafał Wabik - IceG - From eko.one.pl forum
|
|
|
|
#
|
|
|
|
# Licensed to the GNU General Public License v3.0.
|
|
|
|
#
|
|
|
|
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
PKG_NAME:=luci-app-3ginfo-lite
|
|
|
|
LUCI_TITLE:=LuCI JS Support for 3ginfo-lite
|
|
|
|
MAINTAINER:=Rafał Wabik <4Rafal@gmail.com>
|
|
|
|
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
|
|
|
|
LUCI_PKGARCH:=all
|
2024-11-14 12:24:29 +08:00
|
|
|
PKG_VERSION:=1.0.58
|
2024-04-02 23:52:01 +08:00
|
|
|
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|