Skip to content

Commit

Permalink
Introduce option configSync=0 for bmx6. Configuration changes made in…
Browse files Browse the repository at this point in the history
… runtime are not stored in UCI database.

Signed-off-by: Pau Escrich <p4u@dabax.net>
  • Loading branch information
p4u committed Feb 24, 2017
1 parent e59ab3c commit e570416
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/lime-proto-bmx6/src/bmx6.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ function bmx6.configure(args)
uci:set(bmx6.f, "general", "bmx6")
uci:set(bmx6.f, "general", "dbgMuteTimeout", "1000000")
uci:set(bmx6.f, "general", "tunOutTimeout", "100000")
uci:set(bmx6.f, "general", "configSync", "0")

uci:set(bmx6.f, "main", "tunDev")
uci:set(bmx6.f, "main", "tunDev", "main")
Expand Down

0 comments on commit e570416

Please sign in to comment.