Gee, I'm flooding! But I have some more stuff to mention...

Another 1.9.2.7-5a thing... the Makefile uses WL500gx as the default model, which caused a bit of a headache. Maybe that was already stated, but this probably wasn't....

iplimit cannot be used as a module... it causes problems and cannot be loaded. This is a known issue--I had it before myself...
Code:
[admin@AsusRouter /]$ insmod ipt_iplimit.o
Using /lib/modules/2.4.20/kernel/net/ipv4/netfilter/ipt_iplimit.o
insmod: unresolved symbol ip_conntrack_find_get
So hopefully in the next version iplimit (Networking options -> IP: Netfilter Configuration -> Connections/IP limit match support) can be made built-in (or it won't work at all), and Networking options -> QoS and/or fair queueing -> Firewall based classifier can at least be compiled as a module (though I don't see how it could hurt having it built-in either).

And while I'm rambling, it might be nice if "length" (LENGTH match support) could be compiled as a module also... It helps with some traffic shaping stuff (looked up "iptables tricks" on Google... or "iptables tips," one of those).

Thanks!