#!/bin/bash

tar -zvxf stack.tar.gz
tar -zvxf r818x.tar.gz
cd ieee80211
make clean
make
cd ../rtl818x-0.1
make clean
make
cd ../
