mirror of
https://github.com/kenzok8/openwrt-packages.git
synced 2025-01-07 03:06:43 +08:00
21 lines
504 B
Makefile
21 lines
504 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=luci-app-ikoolproxy
|
|
PKG_VERSION:=3.8.5
|
|
PKG_RELEASE:=20240610
|
|
|
|
PKG_MAINTAINER:=panda-mute <wxuzju@gmail.com>
|
|
|
|
LUCI_TITLE:=LuCI support for koolproxy
|
|
LUCI_PKGARCH:=all
|
|
LUCI_DEPENDS:=+koolproxy +openssl-util +ipset +dnsmasq-full +@BUSYBOX_CONFIG_DIFF +iptables-mod-nat-extra +wget
|
|
|
|
define Package/$(PKG_NAME)/conffiles
|
|
/etc/config/koolproxy
|
|
/usr/share/koolproxy/data/rules/
|
|
endef
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|