mirror of
https://github.com/sirpdboy/sirpdboy-package.git
synced 2025-01-07 03:17:03 +08:00
25 lines
551 B
Makefile
25 lines
551 B
Makefile
#
|
|
# Copyright 2023-2024 sirpdboy team <herboy2008@gmail.com>
|
|
# This is free software, licensed under the Apache License, Version 2.0 .
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
NAME:=advancedplus
|
|
PKG_NAME:=luci-app-$(NAME)
|
|
LUCI_TITLE:=LuCI support for Kucat theme setting by sirpdboy
|
|
LUCI_DEPENDS:=+luci-compat +curl +wget +libustream-openssl
|
|
LUCI_PKGARCH:=all
|
|
|
|
PKG_VERSION:=1.8.0
|
|
PKG_RELEASE:=20240411
|
|
|
|
define Package/$(PKG_NAME)/conffiles
|
|
/etc/config/advancedplus
|
|
endef
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|
|
|
|
|