diff options
| -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 000000000..60c2da12c --- /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  | 
