diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-08-30 04:08:35 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-08-30 04:08:35 +0000 |
commit | 89e49bef8a9b15f597f10e8a269c52a835201201 (patch) | |
tree | c19a308d8e3ce32621a2e506099c3ffcebd927cb /package/base-files | |
parent | 0733f50e857b005dd1bdd9b6b8415d1f974a5a6c (diff) | |
download | upstream-89e49bef8a9b15f597f10e8a269c52a835201201.tar.gz upstream-89e49bef8a9b15f597f10e8a269c52a835201201.tar.bz2 upstream-89e49bef8a9b15f597f10e8a269c52a835201201.zip |
add default /etc/config/network
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4706 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files')
-rw-r--r-- | package/base-files/default/etc/config/network | 5 |
1 files changed, 5 insertions, 0 deletions
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 |