From: Hauke Mehrtens Date: Sun, 17 Nov 2013 17:14:32 +0000 (+0000) Subject: at91: fix typo in network file X-Git-Tag: reboot~8597 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=f4cd36d825eb9db4b52f5d175522d926e71c466d;p=openwrt%2Fstaging%2Fchunkeey.git at91: fix typo in network file This closes #14474. Signed-off-by: Hauke Mehrtens SVN-Revision: 38842 --- diff --git a/target/linux/at91/base-files/etc/config/network b/target/linux/at91/base-files/etc/config/network index 2aecfb9ebc..a99b60d24f 100644 --- a/target/linux/at91/base-files/etc/config/network +++ b/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