		RTL8186 LINUX Application Source Package - v1.4
		-----------------------------------------------
		
Package List
============
	1. Directory 'linux-2.4.18' - contain linux kernel 2.4.18 object modules
	   for RTL8186 SoC. It includes the object code and library adopted in 
	   RTL8186 turn-key solution for Access Point and Gateway package. it
	   also includes the makefile to allow you to put your own  application 
	   image and link with kerenl object modules to be a new system image.
	
	2. Directory 'AP' - contain the all application sources and makefile to
    	   build the application image for RTL8186. It includes:
	   - bridge configure utility (brctl)
	   - busybox shell
	   - dnrd for DNS relay
	   - GoAhead web server
	   - iptables to configure netfilter
	   - udhcp for DHCP server/client
 	   - PPPoE daemon and configure utility
	   - uClibc for shared C library
	   - script files to initialize the system
	   - Utility to access flash configuration parameters
	   - PPTP client daemon 
	   - Binary files for IAPP, 802.1x Authenticator, uPNP and 
	     auto-discovery daemon.
	   - tools to make an application image for Access Point, Gateway or
		 Gateway with VPN version.
	   
 
Install & Build
===============
	1. Build Environment
   		RedHat 7.3/9.0
	2. Install the toolchain:
		(1). copy lexra-nnop-v5.tar.gz to /usr/local/gcc333 and decompress it.
			~#cd /usr/local
			~#mkdir gcc333
			~#cd  gcc333
			~#cp /your source code folder.../lexra-nnop-v5.tar.gz ./.
			~#tar -zxvf lexra-nnop-v5.tar.gz
	3. Building the image.
		(1). Copy the tew-430apb.tar.gz into any directory you prefered and decompress it 
		     use following commands.
			~#tar -zxvf tew-430apb.tar.gz
		(2). Into the root directory(named as "tew-430apb") of tew-430apb source code,
		     and run following commands.
			~#source build.env
			~#cd AP
			~#make clean
			~#make ap
		(3). After make successfully, you will get the image file "web_firm_total_image.bin"
		     in "tew-430apb/build/release" directory.
	4. Update the new firmware by web interface provide by device.
	5. Congratulations! You got your specific image now.
