mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-27 10:31:38 +08:00
25 lines
549 B
Makefile
25 lines
549 B
Makefile
#
|
|
# Copyright 2022-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-atinout
|
|
LUCI_TITLE:=LuCI JS Support for AT commands
|
|
MAINTAINER:=Rafał Wabik <4Rafal@gmail.com>
|
|
LUCI_DESCRIPTION:=LuCI JS interface for the atinout.
|
|
LUCI_DEPENDS:=+atinout
|
|
LUCI_PKGARCH:=all
|
|
PKG_VERSION:=0.1.1
|
|
PKG_RELEASE:=1
|
|
|
|
define Package/$(PKG_NAME)/conffiles
|
|
/etc/atcommands.user
|
|
endef
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|