mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-27 10:31:38 +08:00
28 lines
736 B
Makefile
28 lines
736 B
Makefile
#
|
|
# Copyright 2022-2024 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 sms-tool
|
|
LUCI_DESCRIPTION:=LuCI JS interface for the sms-tool. The user interface supports SMS / USSD Codes / AT Commands.
|
|
LUCI_DEPENDS:=+sms-tool +kmod-usb-serial +kmod-usb-serial-option +comgt
|
|
|
|
PKG_NAME:=luci-app-sms-tool-js
|
|
PKG_VERSION:=2.0.29
|
|
PKG_RELEASE:=1
|
|
PKG_MAINTAINER:=Rafał Wabik <4Rafal@gmail.com>
|
|
|
|
define Package/luci-app-sms-tool-js/conffiles
|
|
/etc/config/sms_tool_js
|
|
/etc/modem/atcmmds.user
|
|
/etc/modem/phonebook.user
|
|
/etc/modem/ussdcodes.user
|
|
endef
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|