mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00

* Update: Leigod Acc * Update: Leigod Acc Depends conntrackd * fix: zh-cn * Update leigo-acc.po --------- Co-authored-by: coolsnowwolf <31687149+coolsnowwolf@users.noreply.github.com>
19 lines
550 B
Makefile
19 lines
550 B
Makefile
#
|
|
# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
|
|
#
|
|
# This is free software, licensed under the Apache License, Version 2.0 .
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=Luci for Leigod Game Accelerater
|
|
LUCI_PKGARCH:=all
|
|
LUCI_DEPENDS:=+libpcap +iptables +kmod-ipt-nat +iptables-mod-tproxy +kmod-ipt-tproxy +kmod-tun +kmod-netem +tc-full +kmod-ipt-ipset +ipset +curl +miniupnpd +conntrack +conntrackd +leigod-acc
|
|
PKG_VERSION:=1
|
|
PKG_RELEASE:=2
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|
|
|