#!/bin/sh

mount -a
mount -o remount +w /
insmod ae531x
insmod ath_ap_mips
ifconfig eth0 up
brctl addif br0 eth0
sleep 3
ath_cli
exit

