I"m trying to build kamikaze from svn. I selected AR7 and AnnexA, and some other options in modules, flashed it to wag354g with tftp but i cannot ping to it or login with telnet. I"m guessing that i haven't included all modules needed for the devices in the wag to work. Does anyone know what modules does it need to get compiled?
I'm thinking of compiling all the available modules, but i don't know how big firmwares the router can accept!
Ok, i managed to succesfully compile and boot openwrt. I downloaded the latest svn kamikaze code and i had to patch in order to get the ethernet switch to work. As there was no patch available and the changes are commenting out a few lines and inserting one new, i did it by hand. Here's what i changed:
https://dev.openwrt.org/ticket/3923Then i ran make menuconfig, selected AR7 and these modules:
Code:
base-files-ar7 - 14-r13992 -
br2684ctl - 20040226-1 -
bridge - 1.4-1 -
busybox - 1.11.3-3 -
dnsmasq - 2.46-1 -
dropbear - 0.51-2 -
firewall - 1-1 -
hotplug2 - 0.9+r102-2 -
iptables - 1.4.1.1-1 -
iptables-mod-conntrack - 1.4.1.1-1 -
iptables-mod-nat - 1.4.1.1-1 -
kernel - 2.6.26.8-ar7-1 -
kmod-atm - 2.6.26.8-ar7-1 -
kmod-crc-ccitt - 2.6.26.8-ar7-1 -
kmod-ipt-conntrack - 2.6.26.8-ar7-1 -
kmod-ipt-core - 2.6.26.8-ar7-1 -
kmod-ipt-nat - 2.6.26.8-ar7-1 -
kmod-ipt-nathelper - 2.6.26.8-ar7-1 -
kmod-loop - 2.6.26.8-ar7-1 -
kmod-ppp - 2.6.26.8-ar7-1 -
kmod-pppoa - 2.6.26.8-ar7-1 -
kmod-pppoe - 2.6.26.8-ar7-1 -
kmod-sangam-atm-annex-a - 2.6.26.8+D7.03.01.00-ar7-R2 -
libc - 0.9.29-14 -
libgcc - 4.1.2-14 -
libuci - 0.7.1-1 -
linux-atm - 2.4.1-1 -
mtd - 8 -
opkg - 4564-2 -
ppp - 2.4.3-10 -
ppp-mod-pppoa - 2.4.3-10 -
ppp-mod-pppoe - 2.4.3-10 -
pppdump - 2.4.3-10 -
pppstats - 2.4.3-10 -
uci - 0.7.1-1 -
udevtrigger - 106-1 -
It boots up fine, and setting up the adsl connection works (pppoa or pppoe) works like a charm.
Leds don't work as expected, and i haven't tried wifi. Maybe i'm missing a module. But since i have access to the router and i'm online i can to pretty much anything now. If anyone is interested, let me know.