=================================================
Intel Universal Gateway UGW-8.x_master 10GPON Software CD
=================================================

Preparing UGW CD
---------------
	1. Unzip the CD:
		unzip UGW-8.x_master-10GPON-1.7.1-SW-CD.zip
	2. Enter into UGW-8.x_master-10GPON-1.7.1-SW-CD/ folder
		cd UGW-8.x_master-10GPON-1.7.1-SW-CD/
	3. Extract the installer:
		./install.sh
	   Read the license agreement. Move text down with 'enter' or 'spacebar' key and Accept the license agreement by typing "yes".
	   The installer extracts 'ugw_sw' folder with sources.
	4. Enter into source:
		cd ugw_sw/
	5. Prepare the source:
		./ugw-prepare-all.sh
	   This scripts prepares UGW CD. This step needs active internet connection as it downloads various packages from Internet.
	   The step generates 'openwrt' folder which will be the toplevel for builds.

Compiling Sources
-----------------
	1. Enter in openwrt/ folder.
		cd openwrt/
	2. Select a model by:-
	   	./scripts/ltq_change_environment.sh switch
	   Choose one model from the list. Keyin the index number and press enter.
	3. Build with 'make' command.
	   Speed up with parallel option -j. Example: make -j16
	   For verbose mode, use make V=s

