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:
de5ec52
)
/etc/config/dhcp
author
江海客
<redacted>
Mon, 2 Mar 2015 07:14:24 +0000
(15:14 +0800)
committer
江海客
<redacted>
Mon, 2 Mar 2015 07:14:24 +0000
(15:14 +0800)
config dhcp null
modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/ifaces.lua
patch
|
blob
|
history
diff --git
a/modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/ifaces.lua
b/modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/ifaces.lua
index c2e5c72285dcd9b2a972dae8b36d4d0ba5b4d97a..e092be6c383faf4a247304981edc38f9ff7acd6d 100644
(file)
--- a/
modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/ifaces.lua
+++ b/
modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/ifaces.lua
@@
-135,7
+135,7
@@
end
-- dhcp setup was requested, create section and reload page
if m:formvalue("cbid.dhcp._enable._enable") then
- m.uci:section("dhcp", "dhcp",
nil
, {
+ m.uci:section("dhcp", "dhcp",
arg[1]
, {
interface = arg[1],
start = "100",
limit = "150",
git clone https://git.99rst.org/PROJECT