mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-27 02:11:19 +08:00
22 lines
416 B
Makefile
Executable File
22 lines
416 B
Makefile
Executable File
# Custom configurator
|
|
#
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=luci-app-simman
|
|
LUCI_DEPENDS:=+simman
|
|
|
|
# Version: <major>.<minor>.<patch>
|
|
PKG_VERSION:=0.2.6
|
|
|
|
PKG_RELEASE:=2
|
|
|
|
PKG_MAINTAINER:=Sklyarec Konstantin <atskyua@gmail.com> Vladimir Ovseychuk <vgovseychuk@gmail.com>
|
|
|
|
LUCI_TITLE:=LuCI SIM manager Configuration Frontend
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|