Openwrt/NSLU2 Kamikaze 7.09, December 2007 ========================================== This marks the third official release of Kamikaze. Changes since Kamikaze 7.07 --------------------------- - Swap is now enabled in the kernel - The eth0 interface requests an IP address using DHCP - Documentation updates - UCI updates - uncommitted changes are now active on config reads - PPP fixes - Firewall fixes for dynamic interfaces - Config enhancements for dnsmasq - Prevent interfaces from accidentally being started twice at boot time - Fix QoS for dynamically assigned interfaces Configuration ------------- All of the configuration data is kept within the filesystem, under the /etc/config directory. This means that when installing or reflashing, the configuration will be reset to default values as the filesystem is replaced. LAN: DHCP Telnet: Enabled until root password set SSH: Used after setting root password The configuration files are built in sections, each section begins with a "config" keyword defining the section, followed by one or more "option" keywords defining values for that section. config option option ... Configuration can be done either by editing the configuration files directly or by using the "uci" tool. uci show uci show uci show . uci get ..