Skip to content

Commit

Permalink
/etc/config/dhcp
Browse files Browse the repository at this point in the history
config dhcp null
  • Loading branch information
江海客 committed Mar 2, 2015
1 parent de5ec52 commit 7b04bc7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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",
Expand Down

0 comments on commit 7b04bc7

Please sign in to comment.