diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-08-01 22:09:13 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-08-01 22:09:13 +0000 |
commit | 9f011e72256481ce1ce03dd77ac441649e978f26 (patch) | |
tree | 309cb698f5fcffc9c8bc1368eece305e9d221d09 /target | |
parent | 5133a4478508d016fea321e06eca8a64ea86cfdc (diff) | |
download | upstream-9f011e72256481ce1ce03dd77ac441649e978f26.tar.gz upstream-9f011e72256481ce1ce03dd77ac441649e978f26.tar.bz2 upstream-9f011e72256481ce1ce03dd77ac441649e978f26.zip |
add missing netmask to the network config
SVN-Revision: 32941
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/mcs814x/base-files/etc/config/network | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/mcs814x/base-files/etc/config/network b/target/linux/mcs814x/base-files/etc/config/network index 1ebe4a301e..e24e824293 100644 --- a/target/linux/mcs814x/base-files/etc/config/network +++ b/target/linux/mcs814x/base-files/etc/config/network @@ -10,3 +10,4 @@ config interface lan option ifname eth0 option proto static option ipaddr 192.168.1.1 + option netmask 255.255.255.0 |