1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-14 19:41:51 +00:00

Fix openmptcprouter settings

This commit is contained in:
Ycarus 2018-04-13 14:26:50 +02:00
parent 1c77b7965b
commit 0a7e5c0efb
2 changed files with 5 additions and 1 deletions

View file

@ -11,4 +11,8 @@ PKG_LICENSE:=Apache-2.0
include ../luci/luci.mk
define Package/luci-app-openmptcprouter/conffiles
/etc/sysctl.d/zzz_openmptcprouter.conf
endef
# call BuildPackage - OpenWrt buildroot signature

View file

@ -16,7 +16,7 @@
<div class="cbi-value">
<label class="cbi-value-title"><%:Disable IPv6%></label>
<div class="cbi-value-field">
<input type="checkbox" name="disable_ipv6" class="cbi-input-checkbox" value="1" <% if tonumber((luci.sys.exec("sysctl net.ipv6.conf.all.disable_ipv6")):match(" %d+")) == 1 %>checked<% end %>>
<input type="checkbox" name="disable_ipv6" class="cbi-input-checkbox" value="1" <% if tonumber((luci.sys.exec("sysctl net.ipv6.conf.all.disable_ipv6")):match(" %d+")) == 1 then %>checked<% end %>>
</div>
</div>
</fieldset>