mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-27 10:31:38 +08:00
29 lines
545 B
Makefile
Executable File
29 lines
545 B
Makefile
Executable File
#
|
|
# 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.2
|
|
PKG_RELEASE:=10
|
|
LUCI_DEPENDS:=+kai +kai_session +luci-compat
|
|
LUCI_MINIFY_CSS:=0
|
|
LUCI_MINIFY_JS:=0
|
|
|
|
define Package/luci-app-kai/conffiles
|
|
/etc/config/kai
|
|
endef
|
|
|
|
define Package/luci-app-kai/postrm
|
|
#!/bin/sh
|
|
rm -f /tmp/luci-indexcache
|
|
exit 0
|
|
endef
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|