mirror of
https://github.com/kenzok8/openwrt-packages.git
synced 2025-01-09 03:58:26 +08:00
29 lines
618 B
Makefile
29 lines
618 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Copyright (C) 2022-2023 ImmortalWrt.org
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=The modern ImmortalWrt proxy platform for ARM64/AMD64
|
|
LUCI_PKGARCH:=all
|
|
LUCI_DEPENDS:= \
|
|
+sing-box \
|
|
+chinadns-ng \
|
|
+firewall4 \
|
|
+kmod-nft-tproxy
|
|
|
|
PKG_NAME:=luci-app-homeproxy
|
|
|
|
define Package/luci-app-homeproxy/conffiles
|
|
/etc/config/homeproxy
|
|
/etc/homeproxy/certs/
|
|
/etc/homeproxy/ruleset/
|
|
/etc/homeproxy/resources/direct_list.txt
|
|
/etc/homeproxy/resources/proxy_list.txt
|
|
/etc/homeproxy/cache.db
|
|
endef
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|