summaryrefslogtreecommitdiff
path: root/target/linux/brcm63xx/base-files/etc/defconfig/96348A-122/network
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-03-05 13:29:54 +0000
committerFlorian Fainelli <florian@openwrt.org>2012-03-05 13:29:54 +0000
commit631a035a76580af3755e0151cc94d6685ab89949 (patch)
tree547329f159981754f7dce31d7bc24c2369cdcb65 /target/linux/brcm63xx/base-files/etc/defconfig/96348A-122/network
parent74946bb022331ea8717e33f6abe049968a20cb3c (diff)
downloadmtk-20170518-631a035a76580af3755e0151cc94d6685ab89949.zip
mtk-20170518-631a035a76580af3755e0151cc94d6685ab89949.tar.gz
mtk-20170518-631a035a76580af3755e0151cc94d6685ab89949.tar.bz2
Merge branch 'bcm63xx'
SVN-Revision: 30819
Diffstat (limited to 'target/linux/brcm63xx/base-files/etc/defconfig/96348A-122/network')
-rw-r--r--target/linux/brcm63xx/base-files/etc/defconfig/96348A-122/network14
1 files changed, 14 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/base-files/etc/defconfig/96348A-122/network b/target/linux/brcm63xx/base-files/etc/defconfig/96348A-122/network
new file mode 100644
index 0000000..ef1f288
--- /dev/null
+++ b/target/linux/brcm63xx/base-files/etc/defconfig/96348A-122/network
@@ -0,0 +1,14 @@
+# Copyright (C) 2008 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 type bridge
+ option ifname eth0
+ option proto static
+ option ipaddr 192.168.1.1
+ option netmask 255.255.255.0