This is an old revision of the document!
Just started this page to track possible features we want to add in future versions.
- WPA support for wireless networks (DONE - hostap)–needs more work
- Support Asterisk 1.4 in trunk (DONE)–also in 0.6 branch
- Improve GUI to add non-asterisk configuration via web (DONE–Thanks Lonnie)
- Improve unionfs support (DONE upgraded to unionfs-2.5.2)
- Fully optimize onboard encryption engines (via padlock, geode ? etc)
- Support Asterisk-gui for Asterisk 1.4. (DONE)
- Add support for Traverse Solos ADSL2+ card
Updates for new trunk
- Move to a newer kernel base; 2.6.20.x is getting old (In progress bump to 2.6.27.26)
- Add “default host” port forwarding to Arno's Iptables Firewall, and retire astfw (DONE)
- Use compat-wireless for out-of-kernel module build of wireless subsystem and retire Madwifi
- Add specific target for Alix 2D platform (DONE)
- Update misdn after kernel bump (DONE–Thanks Ingmar)
- Update uClibc (0.9.29 is latest released) (0.9.30 will be released shortly–perhaps wait until after 0.7)
- Update busybox and various other packages to latest/stable
- Update openssl to 0.9.8 latest (DONE)
- Clean up Makefiles (never ending)
- Improve administrator documentation
- review pppoe implementation. Does /etc/ppp/options-pppoe need to be just options?(is pppd using the current?)
- Improve wifi implementation
- IPSec Road Warrior configuration
- Add VPN configuration to gui
- Implement reboot on kernel panic option? (could be helpful if /tmp becomes full)
- Implement readline support to sqlite, ipsec, bash and a few others)
- Add flite support
- Improve detection on when to force 'noram' ( awk '/^MemTotal:/ { print int($2 / 1024); }' /proc/meminfo )