2.update software packages and install them
./scripts/feeds update
./scripts/feeds install -a -p luci./scripts/feeds install -a -p olsrd
3. compile the Openwrt system with Luci image
4. under Network/Interface, add new interface
5. configure the new created interface
6. configure wifi under Network/Wifi
7. ssh into the node, and edit /etc/config/olsrd, must set 'interface' to 'wl0' as we configure the wifi interface in previous step.
config 'Interface'
list 'interface' 'wl0'
8. then start the olsrd, by /etc/init.d/olsrd start