mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-28 03:01:54 +08:00
20 lines
323 B
Makefile
Executable File
20 lines
323 B
Makefile
Executable File
# Custom configurator
|
|
#
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=luci-app-smscontrol
|
|
LUCI_DEPENDS:=+smscontrol
|
|
|
|
# Version: <major>.<minor>.<patch>
|
|
PKG_VERSION:=0.2.0
|
|
|
|
PKG_RELEASE:=3
|
|
|
|
LUCI_TITLE:=LuCI utility to remote control via SMS
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|