diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-03-05 13:29:54 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-03-05 13:29:54 +0000 |
commit | 18982296c750b8bd433669adb28134d645e68932 (patch) | |
tree | 35d0d5198e8b74db4acc09b4a81843b4047f7b24 /target/linux/brcm63xx/base-files/etc/defconfig/96348A-122 | |
parent | 1b523918ffb6dc3913599426e17882db0a5b4d83 (diff) |
Merge branch 'bcm63xx'
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30819 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/base-files/etc/defconfig/96348A-122')
-rw-r--r-- | target/linux/brcm63xx/base-files/etc/defconfig/96348A-122/network | 14 |
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 000000000..ef1f2882b --- /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 |