mirror of
https://github.com/kenzok8/small-package
synced 2025-01-07 07:06:58 +08:00
20 lines
591 B
Makefile
20 lines
591 B
Makefile
#
|
|
# 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
|
|
PKG_VERSION:=1.0.58
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|