This commit is contained in:
CN_SZTL 2019-08-03 01:27:03 +08:00
parent acccaede97
commit f41715dc1c
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
2 changed files with 3 additions and 4 deletions

View File

@ -44,8 +44,7 @@ luci-app-koolproxy source: [Baozisoftware/luci-app-koolproxy](https://github.com
luci-app-k3screenctrl source: [Hill-98/luci-app-k3screenctrl](https://github.com/Hill-98/luci-app-k3screenctrl).<br/>
luci-app-smstool source: [f8q8/luci-app-smstool-master](https://github.com/f8q8/luci-app-smstool-master).<br/>
luci-app-airwhu source: [KyleRicardo/luci-app-airwhu](https://github.com/KyleRicardo/luci-app-airwhu).<br/>
Openwrt-BBR source: [anshi233/Openwrt-BBR](https://github.com/anshi233/Openwrt-BBR).
Packages Lienol: [Lienol/openwrt-package](https://github.com/Lienol/openwrt-package)
Packages Lienol: [Lienol/openwrt-package](https://github.com/Lienol/openwrt-package).
# License
### [GPL v3](https://www.gnu.org/licenses/gpl-3.0.html).

4
package/lean/luci-app-flowoffload/Makefile Executable file → Normal file
View File

@ -6,10 +6,10 @@
include $(TOPDIR)/rules.mk
LUCI_TITLE:=LuCI support for Flow Offload
LUCI_DEPENDS:=+kmod-ipt-offload +pdnsd-alt +kmod-tcp-bbr +coreutils-nohup @!LINUX_3_18 @!LINUX_4_9
LUCI_DEPENDS:=+kmod-ipt-offload +pdnsd-alt +kmod-tcp-bbr @!LINUX_3_18 @!LINUX_4_9
LUCI_PKGARCH:=all
PKG_VERSION:=1.0
PKG_RELEASE:=38
PKG_RELEASE:=13
include $(TOPDIR)/feeds/luci/luci.mk