Skip to content

Commit f1194cf

Browse files
authored
Merge pull request #2 from garypang13/master
2
2 parents 7d2c491 + d791e5c commit f1194cf

File tree

4 files changed

+14
-17
lines changed

4 files changed

+14
-17
lines changed

X86_64.config

-15
Original file line numberDiff line numberDiff line change
@@ -110,21 +110,6 @@ CONFIG_PACKAGE_luci-app-p910nd=n
110110
CONFIG_PACKAGE_luci-app-pagekitec=n
111111

112112
CONFIG_PACKAGE_luci-app-passwall=m
113-
CONFIG_PACKAGE_luci-app-passwall_INCLUDE_ipt2socks=m
114-
# CONFIG_PACKAGE_luci-app-passwall_INCLUDE_Shadowsocks is not set
115-
CONFIG_PACKAGE_luci-app-passwall_INCLUDE_ShadowsocksR=m
116-
# CONFIG_PACKAGE_luci-app-passwall_INCLUDE_Shadowsocks_socks is not set
117-
CONFIG_PACKAGE_luci-app-passwall_INCLUDE_ShadowsocksR_socks=m
118-
CONFIG_PACKAGE_luci-app-passwall_INCLUDE_V2ray=m
119-
# CONFIG_PACKAGE_luci-app-passwall_INCLUDE_Trojan is not set
120-
# CONFIG_PACKAGE_luci-app-passwall_INCLUDE_Brook is not set
121-
# CONFIG_PACKAGE_luci-app-passwall_INCLUDE_kcptun is not set
122-
CONFIG_PACKAGE_luci-app-passwall_INCLUDE_haproxy=m
123-
CONFIG_PACKAGE_luci-app-passwall_INCLUDE_ChinaDNS_NG=m
124-
CONFIG_PACKAGE_luci-app-passwall_INCLUDE_pdnsd=m
125-
CONFIG_PACKAGE_luci-app-passwall_INCLUDE_dns2socks=m
126-
# CONFIG_PACKAGE_luci-app-passwall_INCLUDE_v2ray-plugin is not set
127-
# CONFIG_PACKAGE_luci-app-passwall_INCLUDE_simple-obfs is not set
128113

129114
CONFIG_PACKAGE_luci-app-php-kodexplorer=y
130115
CONFIG_PACKAGE_luci-app-polipo=n

diy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ rm -Rf feeds/custom/luci/*
44
cd feeds/custom/luci
55
svn co https://github.com/fw876/helloworld/trunk/luci-app-ssr-plus
66
git clone https://github.com/rufengsuixing/luci-app-adguardhome
7-
git clone https://github.com/jerrykuku/luci-theme-argon -b 19.07_stable
7+
git clone https://github.com/jerrykuku/luci-theme-argon
88
svn co https://github.com/openwrt/luci/trunk/applications/luci-app-acme
99
svn co https://github.com/apollo-ng/luci-theme-darkmatter/branches/openwrt-19/luci/themes/luci-theme-darkmatter
1010
git clone https://github.com/pymumu/luci-app-smartdns -b lede

patches/mini-ttl.patch

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
--- /feeds/luci/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js
2+
+++ /feeds/luci/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js
3+
@@ -343,2 +343,9 @@
4+
5+
+ o = s.taboption("advanced", form.Value, "mini_ttl",
6+
+ _("Minimum TTL to send to clients"),
7+
+ _("Modify DNS entries minimum TTL (max is 3600, 0 is no modify)"))
8+
+ o.optional = true
9+
+ o.datatype = "range(0,3600)"
10+
+ o.placeholder = 0
11+
+
12+
s.taboption('tftp', form.Flag, 'enable_tftp',

patches/qBittorrent.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
@@ -7,6 +7,5 @@
44
PKG_SOURCE:=$(PKG_NAME)-release-$(PKG_VERSION).tar.gz
55
-PKG_SOURCE_URL:=https://codeload.github.com/qbittorrent/qBittorrent/tar.gz/release-$(PKG_VERSION)?
6-
-PKG_HASH:=be490e73253c65c439a64afb348e562aaf92eee5c729e51e16a0bac2048166fd
6+
-PKG_HASH:=skip
77
-
88
-PKG_BUILD_DIR:=$(BUILD_DIR)/qBittorrent-release-$(PKG_VERSION)
99
+PKG_SOURCE_URL:=https://github.com/c0re100/qBittorrent-Enhanced-Edition

0 commit comments

Comments
 (0)