

make
make install

Type:
 e2s -h
for help.


Compiling for MIPS architecture.
If you have the Linksys source code and compiler installed for the WAP-54-G wireless access point,
then in the Makefile change the definiton for CC to this:
#CC = gcc
CC = /opt/brcm/hndtools-mipsel-uclibc-3.2.3/bin/mipsel-uclibc-gcc
When compikling with the sources from teh Linksys WAP 54G,
perhaps also comment out the strip statement, and uncommwent the define in e2s.h
Then type 
make

