mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-27 10:31:38 +08:00
12 lines
260 B
Makefile
12 lines
260 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=luci-app-cellled
|
|
LUCI_DEPENDS:=+cellled
|
|
PKG_VERSION:=0.1.0
|
|
PKG_RELEASE:=1
|
|
LUCI_TITLE:=LuCI application for showing cellular RSSI LED
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|