From: Hauke Mehrtens Date: Sun, 17 Nov 2013 17:14:32 +0000 (+0000) Subject: at91: fix typo in network file X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=f70197efdf5291e0f0ba1e0d5214c6b219a31319;p=15.05%2Fopenwrt.git at91: fix typo in network file This closes #14474. Signed-off-by: Hauke Mehrtens git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38842 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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