Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
openwrt:zsun [2016/04/24 14:44] theexpertnoob created and in progress |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | Like many of us have read the [[https://hardware.slashdot.org/story/16/01/26/1430201/openwrt-turns-a-14-card-reader-into-the-smallest-wireless-ap|article]] on slashdot about the Openwrt capabilities of the Zsun Wifi card Reader. | ||
- | The idea of having PirateBox running on the smallest device yet made me order one from China. | ||
- | After many hours of installing, troubleshooting, resetting e.d. I now have a complete working Piratebox installation. | ||
- | I would like to share my installation scripts in order to let you install your own. | ||
- | DISCLAIMER: NOBODY will take responsibility or be liable for anything you do to your zsun. If you brick it trying these procedures, YOU are solely responsible for your actions. YOU HAVE BEEN WARNED. | ||
- | |||
- | **0.Prerequisite (manual)** | ||
- | * Having a Zsun running OpenWrt. I've used the [[https://wiki.hackerspace.pl/projects:zsun-wifi-card-reader|hackerspace.pl]] method | ||
- | * 1 SD card with 2 primary partitions. For the first partition I've used vfat (size:remaining), the second is ext4 (size:1GiB) Setup based on [[https://forum.piratebox.cc/read.php?8,16780,17503#msg-17503|link]] | ||
- | * [[http://bit.ly/zsunprtbx|Download]] and extract my custum zsun install package with modified ext config | ||
- | * Root password [[https://wiki.openwrt.org/doc/howto/firstlogin|set]] | ||
- | * Changed the default uhhtpd (LuCI) ports to 9080 and 9443 | ||
- | |||
- | <code> | ||
- | vi /etc/config/uhttpd | ||
- | /etc/init.d/uhttpd reload | ||
- | </code> |