diff options
author | Daniel Dickinson <crazycshore@gmail.com> | 2010-12-06 02:01:08 +0000 |
---|---|---|
committer | Daniel Dickinson <crazycshore@gmail.com> | 2010-12-06 02:01:08 +0000 |
commit | 7129521696fac2871b906f37c05b35cdebd4b596 (patch) | |
tree | e7548ca7613a3d0309a949b1e3d86a9c794da044 /target/linux | |
parent | fe5b868a4f0625f81dbfab80827b581b9a11d357 (diff) | |
download | upstream-7129521696fac2871b906f37c05b35cdebd4b596.tar.gz upstream-7129521696fac2871b906f37c05b35cdebd4b596.tar.bz2 upstream-7129521696fac2871b906f37c05b35cdebd4b596.zip |
base-files: Added network defconfig because board only has one ethernet (4-port switch)
SVN-Revision: 24273
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/brcm63xx/base-files/etc/defconfig/CPVA642/network | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/base-files/etc/defconfig/CPVA642/network b/target/linux/brcm63xx/base-files/etc/defconfig/CPVA642/network new file mode 100644 index 0000000000..a35fd2ef9a --- /dev/null +++ b/target/linux/brcm63xx/base-files/etc/defconfig/CPVA642/network @@ -0,0 +1,14 @@ +# Copyright (C) 2006 OpenWrt.org + +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 |