slxar,
once you've installed a new openwrt image, here is what you have to do:
login to your router via telnet, then issue the following commands:
opkg update
opkg remove hostapd-mini
opkg install crda iw
opkg install iptables-mod-extra iptables-mod-nat-extra iptables-mod-conntrack-extra iptables-utils
opkg install kmod-sched kmod-ipt-filter kmod-textsearch kmod-ipt-ipopt kmod-ipt-imq iptables-mod-ipopt iptables-mod-imq
opkg install ntpclient qos-scripts tc iptables-mod-filter miniupnpd
After that, edit /etc/opkg.conf and comment the line
src/gz Maddes ftp://ftp.maddes.net/openwrt/kamikaze/o … -0.9.30.1/
and uncomment this one
src/gz snapshots http://downloads.openwrt.org/snapshots/ … n/packages
save the file and then issue these commands
opkg update
opkg install hostapd
opkg install luci-admin-full luci-theme-openwrtlight luci-app-firewall luci-app-ntpc luci-app-qos luci-app-upnp
You should now have a working web interface on your router.
For the port forwarding, please check openwrt docs;