186
edits
m (Removed incorrect info) |
|||
Line 16: | Line 16: | ||
* [https://wiki.openwrt.org/toh/wd/n600 Western Digital MyNet N600] - [https://builds.sudomesh.org/builds/chaos_calmer/ar71xx/openwrt-ar71xx-generic-mynet-n600-squashfs-factory.bin firmware image] | * [https://wiki.openwrt.org/toh/wd/n600 Western Digital MyNet N600] - [https://builds.sudomesh.org/builds/chaos_calmer/ar71xx/openwrt-ar71xx-generic-mynet-n600-squashfs-factory.bin firmware image] | ||
* [https://wiki.openwrt.org/toh/wd/n750 Western Digital MyNet N750] - [https://builds.sudomesh.org/builds/chaos_calmer/ar71xx/openwrt-ar71xx-generic-mynet-n750-squashfs-factory.bin firmware image] | * [https://wiki.openwrt.org/toh/wd/n750 Western Digital MyNet N750] - [https://builds.sudomesh.org/builds/chaos_calmer/ar71xx/openwrt-ar71xx-generic-mynet-n750-squashfs-factory.bin firmware image] | ||
==Images== | ==Images== | ||
Line 25: | Line 21: | ||
[https://builds.sudomesh.org/builds/chaos_calmer/ar71xx/ https://builds.sudomesh.org/builds/chaos_calmer/ar71xx/] | [https://builds.sudomesh.org/builds/chaos_calmer/ar71xx/ https://builds.sudomesh.org/builds/chaos_calmer/ar71xx/] | ||
Download the image according to your hardware. For example, if you have a Western Digital MyNet N600, download the image named: openwrt-ar71xx-generic-mynet- | Download the image according to your hardware. For example, if you have a Western Digital MyNet N600, download the image named: openwrt-ar71xx-generic-mynet-n750-squashfs-factory.bin, or use the links above | ||
==Flashing== | ==Flashing== | ||
Line 44: | Line 40: | ||
You ''may'' need to restart the router, but be careful not to restart it while it's in the process of flashing. | You ''may'' need to restart the router, but be careful not to restart it while it's in the process of flashing. | ||
=Configuring= | =Configuring= | ||
Line 49: | Line 46: | ||
==Prerequisites== | ==Prerequisites== | ||
You'll need: | |||
* A newish version of nodejs and npm. Follow the recommended instructions at [https://docs.npmjs.com/getting-started/installing-node npmjs.com]. | * A newish version of nodejs and npm. Follow the recommended instructions at [https://docs.npmjs.com/getting-started/installing-node npmjs.com]. | ||
* Git. In Debian based distros you can do: <code>$ apt-get install git</code>. For OSX you can probably use homebrew or your preferred package manager. | * Git. In Debian based distros you can do: <code>$ apt-get install git</code>. For OSX you can probably use homebrew or your preferred package manager. | ||
==Setup== | ==Setup== | ||
Download [https://github.com/sudomesh/makenode makenode]. The easiest way to do this will likely be with git: | Download [https://github.com/sudomesh/makenode makenode]. The easiest way to do this will likely be with git: | ||
<code>$ git clone https://github.com/sudomesh/makenode.git</code> | <code>$ git clone https://github.com/sudomesh/makenode.git</code> |