Update samba4.patch

This commit is contained in:
kiddin9 2026-03-23 16:56:16 +08:00 committed by GitHub
parent 4e69a4f91b
commit c6c5f3f5e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,17 @@
--- a/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js
+++ b/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js
--- a/applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js
+++ b/applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js
@@ -54,6 +54,11 @@ return view.extend({
o = s.taboption('general', form.Value, 'description', _('Description'));
o.placeholder = 'Samba4 on OpenWrt';
+ o = s.taboption('general', form.Flag, 'autoshare', _('Auto Share'),
+ _('Auto share local disk which connected'));
+ o.default = 'yes';
+ o.rmempty = false;
+
s.taboption('general', form.Flag, 'enable_extra_tuning', _('Enable extra Tuning'),
_('Enable some community driven tuning parameters, that may improve write speeds and better operation via WiFi.\
Not recommend if multiple clients write to the same files, at the same time!'));
@@ -113,6 +113,10 @@ return view.extend({
o.rmempty = false;