mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-07-27 17:01:53 +08:00
22 lines
493 B
Makefile
22 lines
493 B
Makefile
#
|
|
# Copyright (C) 2025 gSpot (https://github.com/gSpotx2f/luci-app-log)
|
|
#
|
|
# This is free software, licensed under the MIT License.
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=luci-app-log-viewer
|
|
PKG_VERSION:=1.5.0
|
|
PKG_RELEASE:=2
|
|
LUCI_TITLE:=Advanced syslog and kernel log (tail, search, etc)
|
|
LUCI_DEPENDS:=+ucode +ucode-mod-fs
|
|
LUCI_PKGARCH:=all
|
|
#LUCI_PKGARCH:=noarch
|
|
PKG_LICENSE:=MIT
|
|
|
|
#include ../../luci.mk
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|