2021-09-05 16:50:22 +08:00
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
2021-11-30 20:26:09 +08:00
|
|
|
PKG_NAME:=luci-app-ikoolproxy
|
2021-09-05 16:50:22 +08:00
|
|
|
PKG_VERSION:=3.8.5
|
2022-10-12 23:56:33 +08:00
|
|
|
PKG_RELEASE:=20221011
|
2021-09-05 16:50:22 +08:00
|
|
|
|
2021-11-12 09:02:37 +08:00
|
|
|
PKG_MAINTAINER:=panda-mute <wxuzju@gmail.com>
|
2021-09-05 16:50:22 +08:00
|
|
|
|
2022-10-10 23:52:02 +08:00
|
|
|
LUCI_TITLE:=LuCI support for koolproxy
|
2021-11-12 09:02:37 +08:00
|
|
|
LUCI_PKGARCH:=all
|
2022-03-24 09:09:49 +08:00
|
|
|
LUCI_DEPENDS:=+koolproxy +openssl-util +ipset +dnsmasq-full +@BUSYBOX_CONFIG_DIFF +iptables-mod-nat-extra +wget
|
2021-11-05 20:29:38 +08:00
|
|
|
|
2021-11-12 09:02:37 +08:00
|
|
|
define Package/$(PKG_NAME)/conffiles
|
|
|
|
/etc/config/koolproxy
|
|
|
|
/usr/share/koolproxy/data/rules/
|
2021-11-05 20:29:38 +08:00
|
|
|
endef
|
|
|
|
|
2021-11-12 09:02:37 +08:00
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
2021-09-05 16:50:22 +08:00
|
|
|
|
2021-11-12 09:02:37 +08:00
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|