10 lines
125 B
Bash
10 lines
125 B
Bash
#!/bin/sh
|
|
#
|
|
# Copyright (c) 2013 Qualcomm Atheros, Inc.
|
|
#
|
|
|
|
uci set system.@system[-1].log_size=128
|
|
uci commit system
|
|
|
|
exit 0
|