git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
22625f0
)
modules/admin-full: readd "none" protocol option to interface config
author
Jo-Philipp Wich
<redacted>
Tue, 23 Dec 2008 16:48:48 +0000
(16:48 +0000)
committer
Jo-Philipp Wich
<redacted>
Tue, 23 Dec 2008 16:48:48 +0000
(16:48 +0000)
modules/admin-full/luasrc/model/cbi/admin_network/ifaces.lua
patch
|
blob
|
history
diff --git
a/modules/admin-full/luasrc/model/cbi/admin_network/ifaces.lua
b/modules/admin-full/luasrc/model/cbi/admin_network/ifaces.lua
index 4ab32693eba3577947bbf6ccd46f971387b9d017..267c41c9d3c7e16425886c69707dff8aea4e5f65 100644
(file)
--- a/
modules/admin-full/luasrc/model/cbi/admin_network/ifaces.lua
+++ b/
modules/admin-full/luasrc/model/cbi/admin_network/ifaces.lua
@@
-41,6
+41,7
@@
if has_pppoe then p:value("pppoe", "PPPoE") end
if has_pppoa then p:value("pppoa", "PPPoA") end
if has_3g then p:value("3g", "UMTS/3G") end
if has_pptp then p:value("pptp", "PPTP") end
+p:value("none", translate("none"))
if not ( has_pppd and has_pppoe and has_pppoa and has_3g and has_pptp ) then
p.description = translate("network_interface_prereq")
git clone https://git.99rst.org/PROJECT