diff options
author | egon_ffj <egon@freifunk-jena.de> | 2011-03-21 20:21:38 (GMT) |
---|---|---|
committer | egon_ffj <egon@freifunk-jena.de> | 2011-03-21 20:21:38 (GMT) |
commit | b71aa2ac5a73da7f9867cb4822f43de8e3c7e6a2 (patch) | |
tree | 58465cf4109dbb88b4bba391e2b9cda72b299f6a | |
parent | e9716c9047d2639e43b35af1ca284fa9847cfa27 (diff) |
* fixed small typo
-rw-r--r-- | files/etc/config/network | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/etc/config/network b/files/etc/config/network index a6986dd..b0d6d9e 100644 --- a/files/etc/config/network +++ b/files/etc/config/network @@ -7,7 +7,7 @@ config 'interface' 'loopback' config 'interface' 'mesh' option 'type' 'bridge' - foption 'ifname' 'bat0 ath0' + option 'ifname' 'bat0 ath0' option 'mtu' '1527' config 'interface' 'lan' |