small-package/luci-app-sms-tool/Makefile

18 lines
547 B
Makefile
Raw Normal View History

2022-08-17 20:21:51 +08:00
#
2023-05-01 16:22:51 +08:00
# Copyright 2020-2023 Rafał Wabik - IceG - From eko.one.pl forum
2021-09-24 23:37:27 +08:00
# Licensed to the GNU General Public License v3.0.
2022-11-22 08:57:39 +08:00
#
2021-09-24 23:37:27 +08:00
include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-sms-tool
2022-12-07 23:37:32 +08:00
LUCI_TITLE:=LuCI Support for sms-tool
LUCI_DESCRIPTION:=LuCI interface for the sms-tool. The user interface supports SMS/USSD Codes/AT Commands.
2021-09-24 23:37:27 +08:00
LUCI_PKGARCH:=all
2022-12-07 23:37:32 +08:00
LUCI_DEPENDS:=+sms-tool +kmod-usb-serial +kmod-usb-serial-option +comgt
2023-05-01 16:22:51 +08:00
PKG_VERSION:=1.9.6-20230501
2021-09-24 23:37:27 +08:00
include $(TOPDIR)/feeds/luci/luci.mk
# call BuildPackage - OpenWrt buildroot signature