Browse Source

at91: fix typo in network file

This closes #14474.

Signed-off-by: Hauke Mehrtens <[email protected]>

SVN-Revision: 38842
Hauke Mehrtens 12 years ago
parent
commit
f4cd36d825
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/at91/base-files/etc/config/network

+ 1 - 1
target/linux/at91/base-files/etc/config/network

@@ -16,5 +16,5 @@ config interface debug
 	option type 	none
 	option proto 	static
 	option ipaddr	172.18.0.18
-	option netmash	255.255.255.0
+	option netmask	255.255.255.0