Skip to content

Commit

Permalink
Initial README
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvadm committed Jun 23, 2014
0 parents commit 9e331e2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Occupy Wi-Fi

## Image Generate

```bash
$ cd occupy-wifi
$ wget http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/OpenWrt-ImageBuilder-ar71xx_generic-for-linux-i486.tar.bz2
$ tar -xvjf OpenWrt-ImageBuilder-ar71xx_generic-for-linux-i486.tar.bz2
$ cd OpenWrt-ImageBuilder-ar71xx_generic-for-linux-i486
$ make image PROFILE=TLMR3040 # Assuming TP-Link MR3040, or use any other profile you like
```

0 comments on commit 9e331e2

Please sign in to comment.