2022-02-18 04:19:08 +08:00
|
|
|
# Copyright (C) 2018-2022 Lienol <lawlienol@gmail.com>
|
2020-12-15 02:04:07 +08:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v3.
|
|
|
|
#
|
|
|
|
|
2021-03-27 22:52:29 +08:00
|
|
|
include $(TOPDIR)/rules.mk
|
2020-12-15 02:04:07 +08:00
|
|
|
|
|
|
|
LUCI_TITLE:=LuCI support for KodExplorer
|
2022-02-18 04:19:08 +08:00
|
|
|
LUCI_DEPENDS:=+nginx-ssl +unzip +zoneinfo-asia +php8 +php8-fastcgi +php8-fpm +php8-mod-curl +php8-mod-dom +php8-mod-gd +php8-mod-iconv +php8-mod-mbstring +php8-mod-opcache +php8-mod-session +php8-mod-zip +php8-mod-sqlite3 +php8-mod-pdo +php8-mod-pdo-sqlite +php8-mod-pdo-mysql +php8-mod-xml +php8-mod-xmlreader +php8-mod-xmlwriter
|
2020-12-15 02:04:07 +08:00
|
|
|
LUCI_PKGARCH:=all
|
2022-02-18 04:19:08 +08:00
|
|
|
|
2021-06-22 15:39:09 +08:00
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
2020-12-15 02:04:07 +08:00
|
|
|
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|