mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-08-01 15:09:33 +08:00
Update samba4.patch
This commit is contained in:
parent
4e69a4f91b
commit
c6c5f3f5e9
16
.github/diy/patches/samba4.patch
vendored
16
.github/diy/patches/samba4.patch
vendored
@ -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;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user