mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-27 02:11:19 +08:00
15 lines
276 B
Makefile
Executable File
15 lines
276 B
Makefile
Executable File
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=luci-app-pollmydevice
|
|
LUCI_DEPENDS:= +pollmydevice
|
|
|
|
PKG_VERSION:=1.0
|
|
|
|
PKG_RELEASE:=2
|
|
|
|
LUCI_TITLE:=LuCI TCP to RS232 and RS485 Configuration Frontend
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|