From a57ca1df69dd083230e2b1cb1916a561c495f692 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Wed, 30 Aug 2006 04:08:35 +0000
Subject: [PATCH] add default /etc/config/network

SVN-Revision: 4706
---
 openwrt/package/base-files/default/etc/config/network | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 openwrt/package/base-files/default/etc/config/network

diff --git a/openwrt/package/base-files/default/etc/config/network b/openwrt/package/base-files/default/etc/config/network
new file mode 100644
index 0000000000..60c2da12c5
--- /dev/null
+++ b/openwrt/package/base-files/default/etc/config/network
@@ -0,0 +1,5 @@
+config interface lan
+	option ifname	eth0
+	option proto	static
+	option ipaddr	192.168.1.1
+	option netmask	255.255.255.0
-- 
2.25.1