diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2006-06-18 12:40:42 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2006-06-18 12:40:42 +0000 |
| commit | 8fbfbb3619786afd6668393f5504ffac11452694 (patch) | |
| tree | 5207b5ab740274ea23895d760cec1efb9572e9fe | |
| parent | f199007fe174cba2e5716e618c4b562c0022d1fb (diff) | |
| download | mtk-20170518-8fbfbb3619786afd6668393f5504ffac11452694.zip mtk-20170518-8fbfbb3619786afd6668393f5504ffac11452694.tar.gz mtk-20170518-8fbfbb3619786afd6668393f5504ffac11452694.tar.bz2 | |
add missing base-files for rb532
SVN-Revision: 3980
| -rw-r--r-- | openwrt/package/base-files/rb532-2.6/etc/config/network | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/openwrt/package/base-files/rb532-2.6/etc/config/network b/openwrt/package/base-files/rb532-2.6/etc/config/network new file mode 100644 index 0000000..f60332c --- /dev/null +++ b/openwrt/package/base-files/rb532-2.6/etc/config/network @@ -0,0 +1,5 @@ +# Network configuration file + +## LAN configuration +lan_ifname="eth0" +lan_proto="dhcp" |
