summaryrefslogtreecommitdiff
path: root/openwrt/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-06-18 12:40:42 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-06-18 12:40:42 +0000
commit8fbfbb3619786afd6668393f5504ffac11452694 (patch)
tree5207b5ab740274ea23895d760cec1efb9572e9fe /openwrt/package
parentf199007fe174cba2e5716e618c4b562c0022d1fb (diff)
downloadmtk-20170518-8fbfbb3619786afd6668393f5504ffac11452694.zip
mtk-20170518-8fbfbb3619786afd6668393f5504ffac11452694.tar.gz
mtk-20170518-8fbfbb3619786afd6668393f5504ffac11452694.tar.bz2
add missing base-files for rb532
SVN-Revision: 3980
Diffstat (limited to 'openwrt/package')
-rw-r--r--openwrt/package/base-files/rb532-2.6/etc/config/network5
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"