diff options
author | Jan Huwald <jh@sotun.de> | 2012-03-30 11:37:35 (GMT) |
---|---|---|
committer | Jan Huwald <jh@sotun.de> | 2012-03-30 11:37:35 (GMT) |
commit | 28277700358c4385b88f8e79fb7cbb1668b9e8df (patch) | |
tree | a9d6fc309c6ffa41fe42094e6aec7b718c05409a /files/common/etc/config/system | |
parent | 3b6087ca7056114c1f7badbd996970186545861e (diff) |
webif: add router config api
Diffstat (limited to 'files/common/etc/config/system')
-rw-r--r-- | files/common/etc/config/system | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/files/common/etc/config/system b/files/common/etc/config/system index c4e5bf3..80d6155 100644 --- a/files/common/etc/config/system +++ b/files/common/etc/config/system @@ -2,6 +2,12 @@ config system option hostname FFJ option timezone CET +config mesh mesh + option webif_password '' + option qos false + option vpn false + option filter_wan true + config position position option public true option automatic true |