PTPT52

Results 279 comments of PTPT52

@namjaejeon could you tell me where to report the disk size to windows client? I prefer change something here to report all directories cap disksize instead of the root dir...

@namjaejeon could we provide an fake option? say, fake return an config size to windows, this could be setup by manual ``` fake disksize = 1TB ```

need this support too! tp-link wdr6500 v7 is QCA956x soc

@brada4 @zcy85611 @Rondom @neheb the same build error on my mt7621/ramips build. since commit: https://github.com/openwrt/packages/commit/3b13b08ad98dd15999e83c98f80674c9965d7a10

@jow- my lagency luci code cannot run: https://github.com/x-wrt/com.x-wrt/blob/201a40c0f1eca3f0d68fdc08e286fac4eb736b37/luci-app-natcap/files/luci/controller/natcap.lua#L175-L211 ```lua function get_openvpn_client_udp() local reader = ltn12_popen("sh /usr/share/natcapd/natcapd.openvpn.sh gen_client_udp") luci.http.header('Content-Disposition', 'attachment; filename="natcap-client-udp.ovpn"') luci.http.prepare_content("application/x-openvpn-profile") luci.ltn12.pump.all(reader, luci.http.write) end function ltn12_popen(command) local fdi, fdo =...

hmm, I should open an new issue?