diff options
author | hauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-11-17 17:14:32 +0000 |
---|---|---|
committer | hauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-11-17 17:14:32 +0000 |
commit | 620060b9919409dbbffa6a995e9ef264acdf0d20 (patch) | |
tree | ecb3f392d4a9ba6607e9578b1da587359a922afb /target | |
parent | 47cfd5b632216ae9757d3a897925955dd1d73c01 (diff) |
at91: fix typo in network file
This closes #14474.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38842 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/at91/base-files/etc/config/network | 2 |
1 files changed, 1 insertions, 1 deletions
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 |