| Revision History |
|---|
| Revision 0.1 | 2004-11-15 | CJV |
| Initial draft release |
| Revision 0.2 | 2005-01-25 | CJV |
| Added IPsec based VPN support |
| Revision 0.3 | 2005-02-13 | CJV |
| Added Secure Wireless support |
| Revision 0.4 | 2005-02-28 | CJV |
| Reorg files and start CVS revision control |
| Revision 0.5 | 2005-03-20 | CJV |
| Added logwatch scripts |
| Revision 0.6 | 2005-07-22 | CJV |
| Updated kernel and buildtools |
| Revision 1.0 | 2005-09-02 | CJV |
| New hostapd and wpa_supplicant versions (0.4.4),
additional testing |
| Revision 1.1 | 2005-10-07 | CJV |
| Accomodate DHCP on external if, additional
testing |
| Revision 1.2 | 2005-11-05 | CJV |
| Tried newer kernels, but went back to 2.6.11 for
stability. Upgraded to zlib 1.2.3 and busybox 1.01 |
| Revision 1.3 | 2005-10-12 | CJV |
| Revived WPA WiFi as I moved from a suburban farm back to
the more populated Silicon Valey. Simplified certificate import in
Windows/XP.
|
| Revision 2.0 | 2005-10-15 | CJV |
| Revived. Lots of package upgrades, and rebuild SISO
from scratch. The balance between binutils, buildroot and the
linux kernel is still fragile. I recommend not changing versions
unless you have to.
|
| Revision 2.1 | 2005-10-24 | CJV |
| Switched to Fedora Core 5.
|
| Revision 3.0 | 2007-08-25 | CJV |
| Switched to linux 2.6.22-4; busybox 1.7.0; fixed type in lib installation to /lib; switched to iptables 1.3.8; hostapd 0.5.8; dnsmasq 2.39;
|
| Revision 3.1 | 2007-12-21 | CJV |
| Switched to linux 2.6.23.9; busybox 1.8.2
|
| Revision 3.2 | 2007-02-21 | CJV |
| Switched to linux 2.6.24; busybox 1.9.1; dropbear 0.50;
iptables 1.4; (dnsmasq 2.41; )ipsec-tools 0.7; hostapd 0.5.10.
Moved hosting to sourceforge.net.
|
| Revision 3.3 | 2007-04-09 | CJV |
| To have a working ^C, instead of using the default
/dev/console for i/o (that can not be a controlling tty),
explicitly specify the serial line /dev/ttyS0 in /etc/inittab.
This prevents the Busybox warning"can't access tty; job control
turned off". An other route would be to enable CONFIG_CTTYHACK=y
in the Busybox configuration,
|