mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 00:41:17 +00:00
527696674a
Move logging command line option to uci: option verbose [0]/1/2 - mono-syllabic/verbose/noisy Previously handled as 'OPTIONS' in .init script however variable was ignored so never worked. Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
13 lines
223 B
Plaintext
13 lines
223 B
Plaintext
config igmpproxy
|
|
option quickleave 1
|
|
# option verbose [0-2]
|
|
|
|
config phyint wan
|
|
option network wan
|
|
option direction upstream
|
|
list altnet 192.168.1.0/24
|
|
|
|
config phyint lan
|
|
option network lan
|
|
option direction downstream
|