Files

28 lines
530 B
Makefile
Raw Permalink Normal View History

2026-01-19 04:27:49 +08:00
#
# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
#
# This is free software, licensed under the Apache License, Version 2.0 .
#
include $(TOPDIR)/rules.mk
LUCI_TITLE:=kai
PKG_VERSION:=1.0.0
2026-01-21 04:44:21 +08:00
PKG_RELEASE:=1
2026-01-19 16:38:09 +08:00
LUCI_DEPENDS:=+kai +kai_session
2026-01-19 04:27:49 +08:00
LUCI_MINIFY_CSS:=0
LUCI_MINIFY_JS:=0
define Package/luci-app-kai/conffiles
/etc/config/kai
endef
define Package/luci-nginxer/postrm
#!/bin/sh
rm -f /tmp/luci-indexcache
exit 0
endef
include $(TOPDIR)/feeds/luci/luci.mk
# call BuildPackage - OpenWrt buildroot signature