mirror of
https://github.com/kenzok8/small-package
synced 2025-01-09 08:59:26 +08:00
18 lines
547 B
Makefile
18 lines
547 B
Makefile
#
|
|
# Copyright 2020-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-sms-tool
|
|
LUCI_TITLE:=LuCI Support for sms-tool
|
|
LUCI_DESCRIPTION:=LuCI interface for the sms-tool. The user interface supports SMS/USSD Codes/AT Commands.
|
|
LUCI_PKGARCH:=all
|
|
LUCI_DEPENDS:=+sms-tool +kmod-usb-serial +kmod-usb-serial-option +comgt
|
|
PKG_VERSION:=1.9.6-20230501
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|