ElonH
41a4c9618e
npc: add architecture dependence
...
fix https://github.com/project-openwrt/openwrt-latest-isco/issues/138
2020-04-23 17:42:26 +08:00
CN_SZTL
aa2eb0bcdf
default-settings: add Chinese translation for "NAS"
2020-04-22 00:04:08 +08:00
CN_SZTL
60861ec3d7
luci-app-unblockmusic: drop outdated server ( #4386 )
2020-04-21 23:21:16 +08:00
Xiaok
b7f0a22f29
n2n: update to v2.6.0-stable ( #4349 )
2020-04-17 22:41:36 +08:00
CN_SZTL
785b482fbf
pandownload-fake-server: add package
2020-04-16 20:17:49 +08:00
CN_SZTL
1fc12c0f2c
luci-app-ssr-plus: fix ssr-server display
...
Reference: fw876/helloworld@8c7f623
2020-04-16 19:53:44 +08:00
CN_SZTL
982ca9140e
automount: fix typo
2020-04-16 00:30:24 +08:00
CN_SZTL
7bedf71b2a
luci-app-ssr-plus: sync with upstream source
2020-04-15 21:13:51 +08:00
CN_SZTL
8974734aeb
luci-app-cifs-mount: sync with upstream source
2020-04-15 21:13:38 +08:00
hyird
a5660484a8
luci-app-unblockmusic: add flac switch for nodejs ( #4302 )
...
* Update unblockmusic.lua
* Update unblockmusic
2020-04-15 21:13:25 +08:00
lean
da58419709
luci-app-ssr-plus:hide ssr server option when shadowsocks-libev-ss-server is not installed
2020-04-15 20:54:19 +08:00
CN_SZTL
03349e33a9
luci-app-ssr-plus: fix typo error
2020-04-14 22:24:29 +08:00
CN_SZTL
ce9e67ae78
tcpping: add necessary dependency
...
This fix project-openwrt/openwrt#132 .
2020-04-14 19:40:19 +08:00
lean
a3f09107bc
amule: dyn linked
2020-04-13 21:18:54 +08:00
lean
4a64736ff8
luci-app-music-remote-center: add place holder
2020-04-13 21:17:16 +08:00
CN_SZTL
fc0385a5dc
treewide: fix wrong ACL directory
2020-04-13 06:11:07 +08:00
CN_SZTL
de985c9367
luci-app-zerotier: fix wrong directory
2020-04-13 05:55:43 +08:00
CN_SZTL
6842ce3dd1
luci-app-ssr-plus: fix install ACL file
2020-04-13 05:54:42 +08:00
CN_SZTL
d230486d64
default-settings: fix path to aria2 htm
2020-04-13 04:56:30 +08:00
CN_SZTL
1fe0c0c870
treewide: add ACL file for each LuCI APP
2020-04-13 04:32:54 +08:00
LGA1150
f388ea9e37
luci-app-ssr-plus: add ACL rule
2020-04-12 22:26:18 +08:00
CN_SZTL
20097d7996
autocore: fix on newer LuCI
2020-04-11 22:36:45 +08:00
CN_SZTL
c1171caec5
autocore: mark as BROKEN due to LuCI change
2020-04-10 08:22:38 +08:00
CN_SZTL
0c78192186
mtwifi: remove outdated package
2020-04-09 18:38:14 +08:00
CN_SZTL
1f98d290e5
luci-app-ssr-plus: OpenWrt SNAPSHOT compatibility
2020-04-09 01:30:15 +08:00
CN_SZTL
476779aef8
snapshot: adjust url
2020-04-08 01:58:42 +08:00
CN_SZTL
3845f91dea
scripts/download.pl: add some mirror sites
2020-04-08 00:30:47 +08:00
CN_SZTL
50ab975592
default-settings: use tencent mirror by default
2020-04-08 00:18:28 +08:00
lean
e991b052f3
luci-app-cifs-mount: add SMB/CIFS mount luci
2020-04-07 21:26:21 +08:00
CN_SZTL
1ad34da164
luci-app-airplay2: fix translation files
2020-04-06 21:39:52 +08:00
CN_SZTL
e5bf92e151
Revert "mtwifi: remove outdated package"
...
This reverts commit ca43475283 .
2020-04-06 20:11:07 +08:00
CN_SZTL
13db50a5e4
kcptun: remove outdated package
2020-04-06 20:03:31 +08:00
CN_SZTL
ca43475283
mtwifi: remove outdated package
2020-04-06 20:02:00 +08:00
lean
0d904d47c4
luci-app-music-remote-center: add zh-cn and fix path settings
2020-04-06 19:41:30 +08:00
lean
e0f19a717d
luci-app-music-remote-center: DAAP remote control music server for iOS/Android
2020-04-06 19:41:06 +08:00
AmadeusGhost
2cc1b73319
kcptun: fix version
...
fix https://github.com/project-openwrt/openwrt-latest-isco/issues/53
fix https://github.com/project-openwrt/openwrt-latest-isco/issues/54
2020-04-06 15:35:20 +08:00
CN_SZTL
057f5133a6
qBittorrent: fix dependence
2020-04-05 21:37:14 +08:00
Aes64X
f20276dc21
package:add nfs mount luci ( #4171 )
2020-04-05 21:23:32 +08:00
CN_SZTL
6f11eee8a9
default-settings: remove duplicate sqm translation file
2020-04-05 21:15:25 +08:00
CN_SZTL
99ba92e755
luci-app-ssr-plus: fix url import
...
Refer: coolsnowwolf/lede#4143
2020-04-04 21:47:54 +08:00
ElonH
698a4af761
wxbase: invert is_installed
...
this_prefix has been given in wx-config,
so the result of is_installed isn't proper
```
if is_installed; then
_include_cppflags="-I${includedir}/wx-2.8"
else
_include_cppflags="-I${includedir} -I${prefix}/contrib/include"
fi
```
2020-04-04 16:22:48 +08:00
ElonH
c364c3869e
wxbase: redirect to staging_dir in wx-config
2020-04-04 16:22:11 +08:00
CN_SZTL
0692f95ad7
luci-app-ssrserver-python: switch to python3
2020-04-04 06:21:37 +08:00
lean
b402438456
luci-app-ssr-plus: display log when enable socks5 server only
2020-04-04 00:31:55 +08:00
CN_SZTL
98797cac1a
qBittorrent-Enhanced-Edition: bump to 4.2.3.10
2020-04-03 22:11:22 +08:00
CN_SZTL
739a5c5f2c
treewide: adjust category
2020-04-01 04:23:46 +08:00
CN_SZTL
648107997e
Mod 20.04
2020-04-01 00:04:03 +08:00
Mattraks
703d6241e0
luci-app-cpufreq:Add translation ( #4130 )
2020-03-31 23:32:38 +08:00
CN_SZTL
c3458b5b63
nft-qos: remove duplicate packages
2020-03-31 19:57:22 +08:00
lean
9e1fc64580
luci-app-airplay2: open to all target
2020-03-30 21:18:34 +08:00