diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-02-28 18:55:46 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-02-28 18:55:46 +0000 |
commit | dfd746cd47bd2591e8abebe33da7f4c0ab947f1e (patch) | |
tree | 3d7859103c21ac6c467a8117d077060226ecce0a | |
parent | 3c5d35183ed4cdf928ac9cf0eba56cc50dd8328f (diff) | |
download | upstream-dfd746cd47bd2591e8abebe33da7f4c0ab947f1e.tar.gz upstream-dfd746cd47bd2591e8abebe33da7f4c0ab947f1e.tar.bz2 upstream-dfd746cd47bd2591e8abebe33da7f4c0ab947f1e.zip |
add default network configuration for the RB-411 board
SVN-Revision: 14695
-rw-r--r-- | target/linux/ar71xx/base-files/etc/defconfig/rb-411/network | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/defconfig/rb-411/network b/target/linux/ar71xx/base-files/etc/defconfig/rb-411/network new file mode 100644 index 0000000000..7c9fb63637 --- /dev/null +++ b/target/linux/ar71xx/base-files/etc/defconfig/rb-411/network @@ -0,0 +1,12 @@ +config interface loopback + option ifname lo + option proto static + option ipaddr 127.0.0.1 + option netmask 255.0.0.0 + +config interface lan + option ifname eth0 + option type bridge + option proto static + option ipaddr 192.168.1.1 + option netmask 255.255.255.0 |