You can edit /etc/config/wireless:

option macfilter ‘allow’
list maclist “11:22:33:44:55:66 aa:bb:cc:dd:ee:ff”

then wifi to make the configuration take effect.

And /etc/init.d/iwmf

if [ “$disabled” = “0” ]; then
—>You need to fix it: if [ “$disabled” = “0” -o “$disabled” = “” ]; then