17 lines
387 B
Makefile
17 lines
387 B
Makefile
#
|
|
# Copyright (C) 2021 gSpot (https://github.com/gSpotx2f/luci-app-log)
|
|
#
|
|
# This is free software, licensed under the MIT License.
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=Advanced syslog and kernel log (tail, search, etc)
|
|
LUCI_PKGARCH:=all
|
|
PKG_LICENSE:=MIT
|
|
|
|
#include $(TOPDIR)/feeds/luci/luci.mk
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|