19 lines
470 B
Makefile
19 lines
470 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=luci-app-godproxy
|
|
PKG_VERSION:=3.8.5
|
|
PKG_RELEASE:=3-20211105
|
|
|
|
PKG_MAINTAINER:=panda-mute <wxuzju@gmail.com>
|
|
|
|
LUCI_TITLE:=LuCI support for koolproxy
|
|
LUCI_PKGARCH:=all
|
|
LUCI_DEPENDS:=@TARGET_x86_64 +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
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|