mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-27 10:31:38 +08:00
13 lines
250 B
Makefile
13 lines
250 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=luci-app-report
|
|
PKG_LICENSE:=Apache-2.0
|
|
|
|
LUCI_TITLE:=LuCI report module
|
|
LUCI_DEPENDS:=+luci-base +report
|
|
LUCI_PKGARCH:=all
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|