From: Felix Fietkau Date: Wed, 30 Aug 2006 04:08:35 +0000 (+0000) Subject: add default /etc/config/network X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=89e49bef8a9b15f597f10e8a269c52a835201201;p=15.05%2Fopenwrt.git add default /etc/config/network git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4706 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/base-files/default/etc/config/network b/package/base-files/default/etc/config/network new file mode 100644 index 0000000000..60c2da12c5 --- /dev/null +++ b/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