diff options
author | Jonas Gorski <jogo@openwrt.org> | 2012-05-27 13:22:14 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2012-05-27 13:22:14 +0000 |
commit | db1ff5c6fa61a9588b8eef5cd3e9e0aa15fcd070 (patch) | |
tree | ded0624d4439986c0ef1e89a97fd9dde74e1b095 /target/linux/brcm63xx/base-files/etc/defconfig/generic/network | |
parent | 72b4fdecc9bb33aea7b6a58dcefd4553d093f266 (diff) | |
download | mtk-20170518-db1ff5c6fa61a9588b8eef5cd3e9e0aa15fcd070.zip mtk-20170518-db1ff5c6fa61a9588b8eef5cd3e9e0aa15fcd070.tar.gz mtk-20170518-db1ff5c6fa61a9588b8eef5cd3e9e0aa15fcd070.tar.bz2 |
bcm63xx: setup network config through uci-defaults
SVN-Revision: 31873
Diffstat (limited to 'target/linux/brcm63xx/base-files/etc/defconfig/generic/network')
-rw-r--r-- | target/linux/brcm63xx/base-files/etc/defconfig/generic/network | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/target/linux/brcm63xx/base-files/etc/defconfig/generic/network b/target/linux/brcm63xx/base-files/etc/defconfig/generic/network deleted file mode 100644 index bc2c69b..0000000 --- a/target/linux/brcm63xx/base-files/etc/defconfig/generic/network +++ /dev/null @@ -1,18 +0,0 @@ -# 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 eth1 - option proto static - option ipaddr 192.168.1.1 - option netmask 255.255.255.0 - -config interface wan - option ifname eth0 - option proto dhcp |